From e4c23b558ae3560a8ab48fe8aa3fd5948923fe0f Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Fri, 6 Dec 2024 18:01:44 +0000 Subject: [PATCH] Move declaration for clarity --- src/client.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client.h b/src/client.h index 1544833a4c..dea4b4ebbc 100644 --- a/src/client.h +++ b/src/client.h @@ -256,11 +256,10 @@ class CClient : public QObject void SetMuteOutStream ( const bool bDoMute ) { bMuteOutStream = bDoMute; } void SetRemoteChanGain ( const int iId, const float fGain, const bool bIsMyOwnFader ); + void SetRemoteChanPan ( const int iId, const float fPan ); void OnTimerRemoteChanGainOrPan(); void StartTimerGainOrPan(); - void SetRemoteChanPan ( const int iId, const float fPan ); - void SetInputBoost ( const int iNewBoost ) { iInputBoost = iNewBoost; } void SetRemoteInfo() { Channel.SetRemoteInfo ( ChannelInfo ); }