summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/ObjectMenu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/ObjectMenu.hpp')
-rw-r--r--src/libs/gui/ObjectMenu.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/gui/ObjectMenu.hpp b/src/libs/gui/ObjectMenu.hpp
index b65c78ef..1acc278f 100644
--- a/src/libs/gui/ObjectMenu.hpp
+++ b/src/libs/gui/ObjectMenu.hpp
@@ -50,6 +50,7 @@ protected:
void on_menu_polyphonic();
void on_menu_disconnect();
void on_menu_destroy();
+ void on_menu_properties();
void polyphonic_changed(bool polyphonic);
@@ -59,6 +60,7 @@ protected:
Gtk::MenuItem* _disconnect_menuitem;
Gtk::MenuItem* _rename_menuitem;
Gtk::MenuItem* _destroy_menuitem;
+ Gtk::MenuItem* _properties_menuitem;
};