PBD::Signal<...>::connect() is already thread safe, so drop intermediate proxy/call_s...
[ardour.git] / gtk2_ardour / monitor_section.h
index 87ea60fad291ca241def8527f213cc31ecb2ca3c..b58203f52164148859183564d5ef8947be9ea443 100644 (file)
@@ -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;