diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-08 20:53:37 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-08 20:53:37 +0100 |
commit | 6b530bde75b33be5f88444cc583548a2e7292a97 (patch) | |
tree | 2e1a3039b94f7762379acefc7ad0a30e24b7fd8e /src/ByteBuffer.cpp | |
parent | Added tons more asserts to bytebuffer (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/ByteBuffer.cpp | 2 |
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) |