From 9ad1e5d635e2fd4c2486d5f2bf1cb52d8e768558 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 23 Jun 2023 10:25:18 +0200 Subject: Dep/CascLib: Update to ladislav-zezula/CascLib@ebd79e8fd43279343c543a27fce620f6b1b53cb9 --- dep/CascLib/src/common/ArraySparse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep/CascLib/src/common/ArraySparse.h') 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); -- cgit v1.2.3