missing mod to MonitorSection declaration, per previous commit

This commit is contained in:
Paul Davis 2016-06-05 16:15:35 -04:00
parent 21400bf60b
commit 9aedfbece3
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ class MonitorSection : public RouteUI, public Gtk::EventBox
void update_processor_box ();
void route_property_changed (const PBD::PropertyChange&) {}
ProcessorBox* insert_box;
PluginSelector* _plugin_selector;
RouteProcessorSelection _rr_selection;