diff --git a/src/client.h b/src/client.h index bca905493b..dfb0e6fa39 100644 --- a/src/client.h +++ b/src/client.h @@ -271,7 +271,7 @@ class CClient : public QObject Channel.GetBufErrorRates ( vecErrRates, dLimit, dMaxUpLimit ); } - CProtocol * getConnLessProtocol() { return &ConnLessProtocol; } + CProtocol* getConnLessProtocol() { return &ConnLessProtocol; } // settings CChannelCoreInfo ChannelInfo; diff --git a/src/clientrpc.cpp b/src/clientrpc.cpp index 9c3ba56ab8..2a3d0c3018 100644 --- a/src/clientrpc.cpp +++ b/src/clientrpc.cpp @@ -185,7 +185,7 @@ CClientRpc::CClientRpc ( CClient* pClient, CRpcServer* pRpcServer, QObject* pare return; } - if ( pClient->SetServerAddr( jsonAddr.toString() ) ) + if ( pClient->SetServerAddr ( jsonAddr.toString() ) ) { if ( !pClient->IsRunning() ) {