diff --git a/mac/sound.cpp b/mac/sound.cpp index 37def7f9..3dac89a1 100755 --- a/mac/sound.cpp +++ b/mac/sound.cpp @@ -504,6 +504,8 @@ OSStatus CSound::deviceNotification ( AudioDeviceID, pSound->EmitReinitRequestSignal(); } + + return noErr; } OSStatus CSound::processInput ( void* inRefCon,