fix a warning
This commit is contained in:
parent
8b31c49955
commit
13295138b8
1 changed files with 134 additions and 134 deletions
|
@ -123,7 +123,7 @@ protected:
|
||||||
// callbacks
|
// callbacks
|
||||||
static void bufferSwitch ( long index, ASIOBool processNow );
|
static void bufferSwitch ( long index, ASIOBool processNow );
|
||||||
static ASIOTime* bufferSwitchTimeInfo ( ASIOTime* timeInfo, long index, ASIOBool processNow );
|
static ASIOTime* bufferSwitchTimeInfo ( ASIOTime* timeInfo, long index, ASIOBool processNow );
|
||||||
static void sampleRateChanged ( ASIOSampleRate sRate ) {}
|
static void sampleRateChanged ( ASIOSampleRate ) {}
|
||||||
static long asioMessages ( long selector, long value, void* message, double* opt );
|
static long asioMessages ( long selector, long value, void* message, double* opt );
|
||||||
|
|
||||||
long lNumDevs;
|
long lNumDevs;
|
||||||
|
|
Loading…
Reference in a new issue