fix build....
This commit is contained in:
parent
275ec988d5
commit
039a23500b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ static void _onSampleRate(ASIOSampleRate rate) {
|
|||
}
|
||||
|
||||
static long _onMessage(long type, long value, void* msg, double* opt) {
|
||||
if (callbackInstance==NULL) return;
|
||||
if (callbackInstance==NULL) return 0;
|
||||
switch (type) {
|
||||
case kAsioSelectorSupported:
|
||||
switch (value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue