allow access to ProcessorBox bindings

This commit is contained in:
Paul Davis 2016-03-15 16:43:26 -04:00
parent f83a7f4131
commit fb4bd3feef
1 changed files with 1 additions and 1 deletions

View File

@ -336,6 +336,7 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
sigc::signal<void,boost::shared_ptr<ARDOUR::Processor> > ProcessorUnselected;
static Glib::RefPtr<Gtk::ActionGroup> processor_box_actions;
static Gtkmm2ext::Bindings* bindings;
static void register_actions();
#ifndef NDEBUG
@ -365,7 +366,6 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
RouteProcessorSelection& _rr_selection;
static Gtkmm2ext::ActionMap myactions;
static Gtkmm2ext::Bindings* bindings;
static void load_bindings ();