summaryrefslogtreecommitdiff
path: root/include/svl/hint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/hint.hxx')
-rw-r--r--include/svl/hint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx
index 3191e4cfe2ea..f47dbc89a05d 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -41,7 +41,7 @@ public:
public: \
TYPEINFO_OVERRIDE(); \
explicit Name( Type* Object, bool bOwnedByHint = false ); \
- ~Name(); \
+ virtual ~Name(); \
\
Type* GetObject() const { return pObj; } \
bool IsOwner() const { return bIsOwner; } \