summaryrefslogtreecommitdiffstats
path: root/src/ui/contextmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/contextmenu.h')
-rw-r--r--src/ui/contextmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/contextmenu.h b/src/ui/contextmenu.h
index 465767604..29a090530 100644
--- a/src/ui/contextmenu.h
+++ b/src/ui/contextmenu.h
@@ -53,7 +53,7 @@ class ContextMenu : public Gtk::Menu
* @param item SPItem pointer to the object selected at the time the ContextMenu is created.
*/
ContextMenu(SPDesktop *desktop, SPItem *item);
- ~ContextMenu(void);
+ ~ContextMenu(void) override;
private:
SPItem *_item; // pointer to the object selected at the time the ContextMenu is created