diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-14 14:44:04 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-14 14:44:04 +0100 |
commit | 22cdbe99b434a4442502c292bd541093a80cc9b7 (patch) | |
tree | 68d5126d8e6fd4f539294bc452fc438df789cdc5 /src/BoundingBox.cpp | |
parent | Fixed xofts issues (diff) | |
download | cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.gz cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.bz2 cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.lz cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.xz cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.tar.zst cuberite-22cdbe99b434a4442502c292bd541093a80cc9b7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BoundingBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BoundingBox.cpp b/src/BoundingBox.cpp index aab51c539..482f9923f 100644 --- a/src/BoundingBox.cpp +++ b/src/BoundingBox.cpp @@ -10,7 +10,7 @@ -#if SELF_TEST +#ifdef SELF_TEST /** A simple self-test that is executed on program start, used to verify bbox functionality */ static class SelfTest_BoundingBox |