diff --git a/mac/sound.cpp b/mac/sound.cpp index 84743e21..a2999d44 100755 --- a/mac/sound.cpp +++ b/mac/sound.cpp @@ -26,11 +26,11 @@ /* Implementation *************************************************************/ -CSound::CSound ( void (*fpNewProcessCallback) ( CVector& psData, void* arg ), - void* arg, - const int iCtrlMIDIChannel, - const bool , - QString& ) : +CSound::CSound ( void (*fpNewProcessCallback) ( CVector& psData, void* arg ), + void* arg, + const int iCtrlMIDIChannel, + const bool , + const QString& ) : CSoundBase ( "CoreAudio", true, fpNewProcessCallback, arg, iCtrlMIDIChannel ), midiInPortRef ( static_cast ( NULL ) ) {