Made a own copy of ClientArgs in Client

This commit is contained in:
XinyuHou
2016-09-01 14:07:19 +01:00
committed by Andrew Nelless
parent a12ae98e9f
commit a471bdcea7
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ Client::Client(
const String& name, const NetworkAddress& address,
ISocketFactory* socketFactory,
synergy::Screen* screen,
ClientArgs& args) :
ClientArgs const& args) :
m_mock(false),
m_name(name),
m_serverAddress(address),