aboutsummaryrefslogtreecommitdiff
path: root/dep/CascLib/src/common/ArraySparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/CascLib/src/common/ArraySparse.h')
-rw-r--r--dep/CascLib/src/common/ArraySparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CascLib/src/common/ArraySparse.h b/dep/CascLib/src/common/ArraySparse.h
index eb7d478cf3e..b239a0a9e93 100644
--- a/dep/CascLib/src/common/ArraySparse.h
+++ b/dep/CascLib/src/common/ArraySparse.h
@@ -229,7 +229,7 @@ class CASC_SPARSE_ARRAY
return (m_pLevel0 != NULL);
}
-#ifdef _DEBUG
+#ifdef CASCLIB_DEBUG
size_t BytesAllocated()
{
return m_LevelsAllocated * sizeof(CASC_ARRAY_256);