mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-03 18:37:24 +08:00
fixed misused read and write #4313
This commit is contained in:
@@ -37,7 +37,7 @@ class IStreamFilterFactory;
|
||||
class IEventQueue;
|
||||
class CryptoStream;
|
||||
class Thread;
|
||||
class SecureSocket;
|
||||
class TCPSocket;
|
||||
|
||||
//! Synergy client
|
||||
/*!
|
||||
@@ -236,4 +236,5 @@ private:
|
||||
Thread* m_sendFileThread;
|
||||
Thread* m_writeToDropDirThread;
|
||||
bool m_enableDragDrop;
|
||||
TCPSocket* m_socket;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user