Skip to content

Commit e4c23b5

Browse files
committed
Move declaration for clarity
1 parent 3d2f6c3 commit e4c23b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,10 @@ class CClient : public QObject
256256
void SetMuteOutStream ( const bool bDoMute ) { bMuteOutStream = bDoMute; }
257257

258258
void SetRemoteChanGain ( const int iId, const float fGain, const bool bIsMyOwnFader );
259+
void SetRemoteChanPan ( const int iId, const float fPan );
259260
void OnTimerRemoteChanGainOrPan();
260261
void StartTimerGainOrPan();
261262

262-
void SetRemoteChanPan ( const int iId, const float fPan );
263-
264263
void SetInputBoost ( const int iNewBoost ) { iInputBoost = iNewBoost; }
265264

266265
void SetRemoteInfo() { Channel.SetRemoteInfo ( ChannelInfo ); }

0 commit comments

Comments
 (0)