summaryrefslogtreecommitdiffstats
path: root/l10ntools/inc/gConvProp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/gConvProp.hxx')
-rw-r--r--l10ntools/inc/gConvProp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/gConvProp.hxx b/l10ntools/inc/gConvProp.hxx
index ce2ee3833411..8b1c2816e940 100644
--- a/l10ntools/inc/gConvProp.hxx
+++ b/l10ntools/inc/gConvProp.hxx
@@ -36,10 +36,10 @@ class convert_prop : public convert_gen_impl
{
public:
convert_prop(l10nMem& crMemory);
- ~convert_prop();
+ virtual ~convert_prop();
private:
- void execute();
+ void execute() override;
};
#endif