diff options
Diffstat (limited to 'src/hashtable.h')
-rw-r--r-- | src/hashtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hashtable.h b/src/hashtable.h index b015107..170793f 100644 --- a/src/hashtable.h +++ b/src/hashtable.h | |||
@@ -69,7 +69,7 @@ public: | |||
69 | * Destroys the hashtable, cleaning up all internal storage, but not stored | 69 | * Destroys the hashtable, cleaning up all internal storage, but not stored |
70 | * elements. Also deletes the HashFunction passed in in the constructor. | 70 | * elements. Also deletes the HashFunction passed in in the constructor. |
71 | */ | 71 | */ |
72 | ~HashTable(); | 72 | virtual ~HashTable(); |
73 | 73 | ||
74 | /** Inserts an item into the hashtable. This function will trigger a | 74 | /** Inserts an item into the hashtable. This function will trigger a |
75 | * rehash if adding another item would force the table's load factor over | 75 | * rehash if adding another item would force the table's load factor over |