Click-free polarity inversion, also use accelerated (AVX, SSE) Amp
[ardour.git] / libs / ardour / ardour / solo_isolate_control.h
index 1e49469067333186907ae496a0a680ba9856a98a..190e0cdda3a01257d92e71c20f40f78309b43a8f 100644 (file)
@@ -73,7 +73,7 @@ class LIBARDOUR_API SoloIsolateControl : public SlavableAutomationControl
        XMLNode& get_state ();
 
   protected:
-       void master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd, boost::shared_ptr<AutomationControl>);
+       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: