summaryrefslogtreecommitdiff
path: root/src/win95/hash_tem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/hash_tem.hpp')
-rw-r--r--src/win95/hash_tem.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/hash_tem.hpp b/src/win95/hash_tem.hpp
index 190402c..8eb6fdb 100644
--- a/src/win95/hash_tem.hpp
+++ b/src/win95/hash_tem.hpp
@@ -290,7 +290,7 @@ class _base_HashTable
_base_HashTable(unsigned = HT_DEFAULTTABLESIZESHIFT);
// destructor
- ~_base_HashTable();
+ virtual ~_base_HashTable();
// copy constructor and assignment not provided in v1.0
_base_HashTable(_base_HashTable<TYPE,ARG_TYPE,CMP_ARG_TYPE> const &);