diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-02 17:51:50 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-02 18:43:46 +0200 |
commit | 470036efe4db4e9773825c1277a659f3b50c5b48 (patch) | |
tree | 1c3bf4b3e5ae2b4d252c3f7041d9a53547c13bd9 /sc | |
parent | 0a2a759a96a2c065066e44d56a0c6dc51c561bda (diff) |
WaE: is abstract but has non-virtual destructor
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/checklistmenu.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx index 799308aca639..f6bd1e15e589 100644 --- a/sc/source/ui/inc/checklistmenu.hxx +++ b/sc/source/ui/inc/checklistmenu.hxx @@ -60,6 +60,7 @@ public: class Action { public: + virtual ~Action() {} virtual void execute() = 0; }; |