Slightly hacky fix for AFL/PFL button misbehaviour
[ardour.git] / gtk2_ardour / monitor_section.h
index f8a553b7e8d2b2f18907c6d14922c1b4a609e758..185720856b30c78c4a8b126e9445d1512a252377 100644 (file)
@@ -135,5 +135,7 @@ class MonitorSection : public RouteUI
         PBD::ScopedConnection config_connection;
         PBD::ScopedConnectionList control_connections;
 
+       bool _inhibit_solo_model_update;
+       
         void assign_controllables ();
 };