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