diff options
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; }; |