summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol125.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Protocol/Protocol125.h')
-rw-r--r--source/Protocol/Protocol125.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Protocol/Protocol125.h b/source/Protocol/Protocol125.h
index ae198780c..da3f81444 100644
--- a/source/Protocol/Protocol125.h
+++ b/source/Protocol/Protocol125.h
@@ -92,9 +92,9 @@ protected:
PARSE_INCOMPLETE = -3,
} ;
- cByteBuffer m_ReceivedData; //< Buffer for the received data
+ cByteBuffer m_ReceivedData; ///< Buffer for the received data
- AString m_Username; //< Stored in ParseHandshake(), compared to Login username
+ AString m_Username; ///< Stored in ParseHandshake(), compared to Login username
virtual void SendData(const char * a_Data, int a_Size) override;