summaryrefslogtreecommitdiffstats
path: root/source/ByteBuffer.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-31 23:47:22 +0100
committermadmaxoft <github@xoft.cz>2013-10-31 23:47:22 +0100
commit080ee3b2a1fbc9af127297fa2e4ee401cb6e1ee1 (patch)
treec0d071c1c0ad176833ffb5234fa8c4e158d98e12 /source/ByteBuffer.cpp
parentProtocol 1.7: Added status ping handling. (diff)
downloadcuberite-080ee3b2a1fbc9af127297fa2e4ee401cb6e1ee1.tar
cuberite-080ee3b2a1fbc9af127297fa2e4ee401cb6e1ee1.tar.gz
cuberite-080ee3b2a1fbc9af127297fa2e4ee401cb6e1ee1.tar.bz2
cuberite-080ee3b2a1fbc9af127297fa2e4ee401cb6e1ee1.tar.lz
cuberite-080ee3b2a1fbc9af127297fa2e4ee401cb6e1ee1.tar.xz
cuberite-080ee3b2a1fbc9af127297fa2e4ee401cb6e1ee1.tar.zst
cuberite-080ee3b2a1fbc9af127297fa2e4ee401cb6e1ee1.zip
Diffstat (limited to '')
-rw-r--r--source/ByteBuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ByteBuffer.cpp b/source/ByteBuffer.cpp
index 6659b4dd4..bccd1c48b 100644
--- a/source/ByteBuffer.cpp
+++ b/source/ByteBuffer.cpp
@@ -555,7 +555,7 @@ bool cByteBuffer::WriteVarInt(UInt32 a_Value)
-bool cByteBuffer::WriteVarUTF8String(AString & a_Value)
+bool cByteBuffer::WriteVarUTF8String(const AString & a_Value)
{
CHECK_THREAD;
CheckValid();