mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
Made a own copy of ClientArgs in Client
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -222,5 +222,5 @@ private:
|
||||
Thread* m_writeToDropDirThread;
|
||||
TCPSocket* m_socket;
|
||||
bool m_useSecureNetwork;
|
||||
ClientArgs& m_args;
|
||||
ClientArgs m_args;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user