summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/monitor_section.h')
-rw-r--r--gtk2_ardour/monitor_section.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index f00c438667..46d3621955 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -41,7 +41,7 @@ namespace ArdourWidgets {
class TearOff;
}
-class MonitorSection : public RouteUI, public Gtk::EventBox
+class MonitorSection : public RouteUI, public Gtk::EventBox, public Gtkmm2ext::StaticActionMapOwner
{
public:
MonitorSection (ARDOUR::Session*);
@@ -55,6 +55,8 @@ public:
PluginSelector* plugin_selector() { return _plugin_selector; }
+ Gtkmm2ext::ActionMap& my_actions() const { return myactions; }
+
private:
Gtk::HBox hpacker;
Gtk::VBox vpacker;