Allow overrides of the user-set visibility stuff and use it to make sure the master...
[ardour.git] / gtk2_ardour / mixer_strip.h
index 6cb084922abfab6e924db676b55cc5b2133737c1..5c2cf50f332d941f49f137e5ca649088a35914d2 100644 (file)
@@ -301,6 +301,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
         *  the RC option editor.
         */
        VisibilityGroup _visibility;
+       boost::optional<bool> override_solo_visibility () const;
 
        PBD::ScopedConnection _config_connection;