diff options
Diffstat (limited to 'src/AllocationPool.h')
-rw-r--r-- | src/AllocationPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AllocationPool.h b/src/AllocationPool.h index 799930708..b8fae4a95 100644 --- a/src/AllocationPool.h +++ b/src/AllocationPool.h @@ -64,7 +64,7 @@ public: } - virtual ~cListAllocationPool() + virtual ~cListAllocationPool() override { while (!m_FreeList.empty()) { |