summaryrefslogtreecommitdiff
path: root/idl/inc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/types.hxx')
-rw-r--r--idl/inc/types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 167e902947de..fb051699339a 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -68,7 +68,7 @@ public:
SvMetaType();
SvMetaType( const OString& rTypeName );
- virtual ~SvMetaType();
+ virtual ~SvMetaType() override;
virtual void ReadContextSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;