summaryrefslogtreecommitdiffstats
path: root/src/gui/ObjectMenu.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-09 04:55:56 +0000
committerDavid Robillard <d@drobilla.net>2014-08-09 04:55:56 +0000
commitbbd2f572a06786eafc49f1ba046c3eddbb005917 (patch)
tree20b5237e71b75e0b776db1720d1a272f0d9569a0 /src/gui/ObjectMenu.hpp
parent42347b5c859a77eb99af1c718b48170b0672dc5e (diff)
downloadingen-bbd2f572a06786eafc49f1ba046c3eddbb005917.tar.gz
ingen-bbd2f572a06786eafc49f1ba046c3eddbb005917.tar.bz2
ingen-bbd2f572a06786eafc49f1ba046c3eddbb005917.zip
Improve object context menu.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5446 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/ObjectMenu.hpp')
-rw-r--r--src/gui/ObjectMenu.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/ObjectMenu.hpp b/src/gui/ObjectMenu.hpp
index d3ed647e..344af9f3 100644
--- a/src/gui/ObjectMenu.hpp
+++ b/src/gui/ObjectMenu.hpp
@@ -66,6 +66,7 @@ protected:
Gtk::MenuItem* _rename_menuitem;
Gtk::MenuItem* _destroy_menuitem;
Gtk::MenuItem* _properties_menuitem;
+ Gtk::SeparatorMenuItem* _separator_menuitem;
bool _enable_signal;
};