diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-14 15:46:33 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-14 15:46:33 +0100 |
commit | c51a9b5fc221298970f81b7cd785457323dbd95c (patch) | |
tree | db2e839cc09febf48735660e6fb2a7df3d63113b /src/BoundingBox.cpp | |
parent | Made unreachable code an error (diff) | |
parent | Merge pull request #805 from worktycho/undef (diff) | |
download | cuberite-c51a9b5fc221298970f81b7cd785457323dbd95c.tar cuberite-c51a9b5fc221298970f81b7cd785457323dbd95c.tar.gz cuberite-c51a9b5fc221298970f81b7cd785457323dbd95c.tar.bz2 cuberite-c51a9b5fc221298970f81b7cd785457323dbd95c.tar.lz cuberite-c51a9b5fc221298970f81b7cd785457323dbd95c.tar.xz cuberite-c51a9b5fc221298970f81b7cd785457323dbd95c.tar.zst cuberite-c51a9b5fc221298970f81b7cd785457323dbd95c.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 |