summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-08 20:53:37 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-08 20:53:37 +0100
commit6b530bde75b33be5f88444cc583548a2e7292a97 (patch)
tree2e1a3039b94f7762379acefc7ad0a30e24b7fd8e /src
parentAdded tons more asserts to bytebuffer (diff)
downloadcuberite-6b530bde75b33be5f88444cc583548a2e7292a97.tar
cuberite-6b530bde75b33be5f88444cc583548a2e7292a97.tar.gz
cuberite-6b530bde75b33be5f88444cc583548a2e7292a97.tar.bz2
cuberite-6b530bde75b33be5f88444cc583548a2e7292a97.tar.lz
cuberite-6b530bde75b33be5f88444cc583548a2e7292a97.tar.xz
cuberite-6b530bde75b33be5f88444cc583548a2e7292a97.tar.zst
cuberite-6b530bde75b33be5f88444cc583548a2e7292a97.zip
Diffstat (limited to 'src')
-rw-r--r--src/ByteBuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ByteBuffer.cpp b/src/ByteBuffer.cpp
index 67fe1012c..a3b40e5ef 100644
--- a/src/ByteBuffer.cpp
+++ b/src/ByteBuffer.cpp
@@ -47,7 +47,7 @@
#ifdef SELF_TEST
/// Self-test of the VarInt-reading and writing code
-class cByteBufferSelfTest
+static class cByteBufferSelfTest
{
public:
cByteBufferSelfTest(void)