diff options
Diffstat (limited to 'include/svl/hint.hxx')
-rw-r--r-- | include/svl/hint.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index 39666d7fee9c..3191e4cfe2ea 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -39,7 +39,7 @@ public: bool bIsOwner; \ \ public: \ - TYPEINFO(); \ + TYPEINFO_OVERRIDE(); \ explicit Name( Type* Object, bool bOwnedByHint = false ); \ ~Name(); \ \ |