summaryrefslogtreecommitdiffstats
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h
index 1ea13f639..422a18603 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -120,10 +120,10 @@ class ContextMenu : public Gtk::Menu
int positionOfLastDialog;
- std::vector<Gtk::SeparatorMenuItem*> separators; //contains pointers to separators
Gtk::MenuItem MIGroup; //menu entry to enter a group
Gtk::MenuItem MIParent; //menu entry to leave a group
+ void on_hide();
/**
* auxiliary function that adds a separator line in the context menu
*/