Fixed warnings in cByteBuffer.

This commit is contained in:
madmaxoft
2014-05-01 22:54:22 +02:00
parent a4d8c6d656
commit fb173a756c
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ public:
bool ReadString(AString & a_String, size_t a_Count);
/// Reads 2 * a_NumChars bytes and interprets it as a UTF16-BE string, converting it into UTF8 string a_String
bool ReadUTF16String(AString & a_String, int a_NumChars);
bool ReadUTF16String(AString & a_String, size_t a_NumChars);
/// Skips reading by a_Count bytes; returns false if not enough bytes in the ringbuffer
bool SkipRead(size_t a_Count);