fixed a compiler warning
This commit is contained in:
parent
1fdfabc2d0
commit
166c6fca0e
1 changed files with 2 additions and 2 deletions
|
@ -39,6 +39,7 @@ CClient::CClient ( const quint16 iPortNumber,
|
||||||
vecStoredFaderIsMute ( MAX_NUM_STORED_FADER_SETTINGS, false ),
|
vecStoredFaderIsMute ( MAX_NUM_STORED_FADER_SETTINGS, false ),
|
||||||
iNewClientFaderLevel ( 100 ),
|
iNewClientFaderLevel ( 100 ),
|
||||||
bConnectDlgShowAllMusicians ( true ),
|
bConnectDlgShowAllMusicians ( true ),
|
||||||
|
strClientName ( strNClientName ),
|
||||||
vecWindowPosMain (), // empty array
|
vecWindowPosMain (), // empty array
|
||||||
vecWindowPosSettings (), // empty array
|
vecWindowPosSettings (), // empty array
|
||||||
vecWindowPosChat (), // empty array
|
vecWindowPosChat (), // empty array
|
||||||
|
@ -77,8 +78,7 @@ CClient::CClient ( const quint16 iPortNumber,
|
||||||
bJitterBufferOK ( true ),
|
bJitterBufferOK ( true ),
|
||||||
strCentralServerAddress ( "" ),
|
strCentralServerAddress ( "" ),
|
||||||
eCentralServerAddressType ( AT_DEFAULT ),
|
eCentralServerAddressType ( AT_DEFAULT ),
|
||||||
iServerSockBufNumFrames ( DEF_NET_BUF_SIZE_NUM_BL ),
|
iServerSockBufNumFrames ( DEF_NET_BUF_SIZE_NUM_BL )
|
||||||
strClientName ( strNClientName )
|
|
||||||
{
|
{
|
||||||
int iOpusError;
|
int iOpusError;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue