summaryrefslogtreecommitdiff
path: root/src/vm/eetoprofinterfaceimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/eetoprofinterfaceimpl.h')
-rw-r--r--src/vm/eetoprofinterfaceimpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vm/eetoprofinterfaceimpl.h b/src/vm/eetoprofinterfaceimpl.h
index c87ebfc2ef..04733ad8d1 100644
--- a/src/vm/eetoprofinterfaceimpl.h
+++ b/src/vm/eetoprofinterfaceimpl.h
@@ -488,7 +488,8 @@ private:
{
public:
CHashTableImpl(ULONG iBuckets);
-
+ virtual ~CHashTableImpl();
+
protected:
virtual BOOL Cmp(SIZE_T k1, const HASHENTRY * pc2);
};