Only show user-presets in favorite sidebar
[ardour.git] / libs / ardour / ardour / solo_isolate_control.h
index cb8ea8b507349ca3b98fd0948b7f5c7e8494481d..190e0cdda3a01257d92e71c20f40f78309b43a8f 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <boost/shared_ptr.hpp>
 
+#include "ardour/slavable_automation_control.h"
 #include "ardour/libardour_visibility.h"
 
 class XMLNode;
@@ -72,7 +73,7 @@ class LIBARDOUR_API SoloIsolateControl : public SlavableAutomationControl
        XMLNode& get_state ();
 
   protected:
-       void master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd);
+       void master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd, boost::weak_ptr<AutomationControl>);
        void actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
 
   private: