aboutsummaryrefslogtreecommitdiff
path: root/EASTL/test/source/EASTLTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'EASTL/test/source/EASTLTest.h')
-rw-r--r--EASTL/test/source/EASTLTest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/EASTL/test/source/EASTLTest.h b/EASTL/test/source/EASTLTest.h
index 1908f5f..fca6b2c 100644
--- a/EASTL/test/source/EASTLTest.h
+++ b/EASTL/test/source/EASTLTest.h
@@ -1261,6 +1261,8 @@ public:
activeAllocatedMemory = 0;
}
+ virtual ~CountingAllocator() = default;
+
static uint64_t activeAllocCount;
static uint64_t totalAllocCount;
static uint64_t totalDeallocCount;