diff options
Diffstat (limited to '')
-rw-r--r-- | src/hashfunctionstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hashfunctionstring.h b/src/hashfunctionstring.h index 566f8ae..7d2a1a6 100644 --- a/src/hashfunctionstring.h +++ b/src/hashfunctionstring.h | |||
@@ -19,7 +19,7 @@ public: | |||
19 | /** | 19 | /** |
20 | * Standard Deconstructor. | 20 | * Standard Deconstructor. |
21 | */ | 21 | */ |
22 | ~HashFunctionString(); | 22 | virtual ~HashFunctionString(); |
23 | unsigned long int hash( const void *id ); | 23 | unsigned long int hash( const void *id ); |
24 | bool cmpIDs( const void *id1, const void *id2 ); | 24 | bool cmpIDs( const void *id1, const void *id2 ); |
25 | }; | 25 | }; |