From 33f6cb300cef987ff03cec5660767b580b3def36 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 14 Apr 2020 19:06:56 +0200 Subject: [PATCH] bug fix --- mac/sound.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mac/sound.h b/mac/sound.h index ad353155..3dc33674 100755 --- a/mac/sound.h +++ b/mac/sound.h @@ -78,9 +78,9 @@ protected: virtual QString LoadAndInitializeDriver ( int iIdx ); QString CheckDeviceCapabilities ( const int iDriverIdx ); - OSStatus CountChannels ( AudioDeviceID devID, - bool isInput, - int& iNumChannels ); + bool CountChannels ( AudioDeviceID devID, + bool isInput, + int& iNumChannels ); UInt32 SetBufferSize ( AudioDeviceID& audioDeviceID, const bool bIsInput,