diff options
Diffstat (limited to 'linden/indra/llmath/lloctree.h')
-rw-r--r-- | linden/indra/llmath/lloctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/lloctree.h b/linden/indra/llmath/lloctree.h index e26bae5..57b359f 100644 --- a/linden/indra/llmath/lloctree.h +++ b/linden/indra/llmath/lloctree.h | |||
@@ -37,7 +37,7 @@ | |||
37 | #include <vector> | 37 | #include <vector> |
38 | #include <set> | 38 | #include <set> |
39 | 39 | ||
40 | #ifdef LL_RELEASE_FOR_DOWNLOAD | 40 | #if LL_RELEASE_WITH_DEBUG_INFO || LL_DEBUG |
41 | #define OCT_ERRS LL_WARNS("OctreeErrors") | 41 | #define OCT_ERRS LL_WARNS("OctreeErrors") |
42 | #else | 42 | #else |
43 | #define OCT_ERRS LL_ERRS("OctreeErrors") | 43 | #define OCT_ERRS LL_ERRS("OctreeErrors") |