diff options
Diffstat (limited to 'l10ntools/inc/gConvProp.hxx')
-rw-r--r-- | l10ntools/inc/gConvProp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/gConvProp.hxx b/l10ntools/inc/gConvProp.hxx index b9e5b7c7a30f..d65531ec5d2a 100644 --- a/l10ntools/inc/gConvProp.hxx +++ b/l10ntools/inc/gConvProp.hxx @@ -26,7 +26,7 @@ class convert_prop : public convert_gen { public: convert_prop(l10nMem& crMemory) : convert_gen(crMemory) {}; - ~convert_prop() {}; + ~convert_prop() override {}; private: void doExecute() override; |