diff options
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 2e1e09a06..9f1113669 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -445,7 +445,7 @@ private: /** Queue for the incoming data received on the link until it is processed in Tick(). Protected by m_CSIncomingData. */ - AString m_IncomingData; + ContiguousByteBuffer m_IncomingData; /** Protects m_OutgoingData against multithreaded access. */ cCriticalSection m_CSOutgoingData; |