summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-01 19:42:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-01 19:42:02 +0200
commit6478730e126f0bf90790eb89c99a5eebced1409d (patch)
tree09a4735e059635003afd0fcbb0147b2944301382 /forms
parentf470434b364ae223934cc4436cdc07eb03710c49 (diff)
Forgotten TODO
Change-Id: I4fb1c155c533445856639498e73c728933bb3dd7
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/FormComponent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 27e6f8db0800..adfb2ed524d9 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -529,7 +529,7 @@ public:
// simple destructor
#define DECLARE_DEFAULT_DTOR( classname ) \
- ~classname()override/*TODO*/ \
+ virtual ~classname()
// constructor for cloning a class
#define DECLARE_DEFAULT_CLONE_CTOR( classname ) \