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, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index 87ea60fad2..b58203f521 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -61,8 +61,8 @@ class MonitorSection : public RouteUI, public Gtk::EventBox
Gtk::HBox channel_table_packer;
Gtk::HBox table_hpacker;
Gtk::HBox master_packer;
- Gtk::Table channel_table;
Gtk::Table channel_table_header;
+ Gtk::Table *channel_table;
Gtk::ScrolledWindow channel_table_scroller;
Gtk::Viewport channel_table_viewport;
Glib::RefPtr<Gtk::SizeGroup> channel_size_group;
@@ -178,7 +178,7 @@ class MonitorSection : public RouteUI, public Gtk::EventBox
PBD::ScopedConnection config_connection;
PBD::ScopedConnectionList control_connections;
- PBD::ScopedConnection _output_changed_connection;
+ PBD::ScopedConnectionList output_changed_connections;
bool _inhibit_solo_model_update;