summaryrefslogtreecommitdiff
path: root/idl/inc/hash.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/hash.hxx')
-rw-r--r--idl/inc/hash.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx
index d08a545ce75f..5cf0b837edc4 100644
--- a/idl/inc/hash.hxx
+++ b/idl/inc/hash.hxx
@@ -69,7 +69,7 @@ public:
, bHasId(true)
{
}
- ~SvStringHashEntry();
+ virtual ~SvStringHashEntry();
const OString& GetName() const { return aName; }
sal_Bool HasId() const { return bHasId; }