fix a warning

This commit is contained in:
Volker Fischer 2011-04-23 15:57:54 +00:00
parent 8b31c49955
commit 13295138b8

View file

@ -123,7 +123,7 @@ protected:
// callbacks
static void bufferSwitch ( 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 );
long lNumDevs;