aboutsummaryrefslogtreecommitdiff
path: root/src/hashfunctionint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hashfunctionint.h')
-rw-r--r--src/hashfunctionint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hashfunctionint.h b/src/hashfunctionint.h
index 57bce89..0fbc764 100644
--- a/src/hashfunctionint.h
+++ b/src/hashfunctionint.h
@@ -18,7 +18,7 @@ public:
18 /** 18 /**
19 * Standard Deconstructor. 19 * Standard Deconstructor.
20 */ 20 */
21 ~HashFunctionInt(); 21 virtual ~HashFunctionInt();
22 unsigned long int hash( const void *id ); 22 unsigned long int hash( const void *id );
23 bool cmpIDs( const void *id1, const void *id2 ); 23 bool cmpIDs( const void *id1, const void *id2 );
24}; 24};