diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-14 15:45:24 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-14 15:45:24 +0100 |
commit | 0ad835d1cf50ebfdc5789364a52559e7f5d6e822 (patch) | |
tree | 12c974bc5baf58394c0f61bfb35e0483ac29de84 /src/CompositeChat.cpp | |
parent | Disable global constructors and exit-time destructors warnings (diff) | |
parent | Merge pull request #805 from worktycho/undef (diff) | |
download | cuberite-0ad835d1cf50ebfdc5789364a52559e7f5d6e822.tar cuberite-0ad835d1cf50ebfdc5789364a52559e7f5d6e822.tar.gz cuberite-0ad835d1cf50ebfdc5789364a52559e7f5d6e822.tar.bz2 cuberite-0ad835d1cf50ebfdc5789364a52559e7f5d6e822.tar.lz cuberite-0ad835d1cf50ebfdc5789364a52559e7f5d6e822.tar.xz cuberite-0ad835d1cf50ebfdc5789364a52559e7f5d6e822.tar.zst cuberite-0ad835d1cf50ebfdc5789364a52559e7f5d6e822.zip |
Diffstat (limited to 'src/CompositeChat.cpp')
-rw-r--r-- | src/CompositeChat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompositeChat.cpp b/src/CompositeChat.cpp index 19ed30d78..a917ee70f 100644 --- a/src/CompositeChat.cpp +++ b/src/CompositeChat.cpp @@ -10,7 +10,7 @@ -#if SELF_TEST +#ifdef SELF_TEST /** A simple self-test that verifies that the composite chat parser is working properly. */ class SelfTest_CompositeChat |