summaryrefslogtreecommitdiff
path: root/src/core/pool_func.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pool_func.cpp')
-rw-r--r--src/core/pool_func.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/pool_func.cpp b/src/core/pool_func.cpp
index 999dbe3d9..fa410850f 100644
--- a/src/core/pool_func.cpp
+++ b/src/core/pool_func.cpp
@@ -16,7 +16,7 @@
* Destructor removes this object from the pool vector and
* deletes the vector itself if this was the last item removed.
*/
-PoolBase::~PoolBase()
+/* virtual */ PoolBase::~PoolBase()
{
PoolVector *pools = PoolBase::GetPools();
pools->Erase(pools->Find(this));