Plugin Order: remove from instant.xml and save to: plugin_metadata/plugin_order
[ardour.git] / libs / ardour / ardour / solo_control.h
index cc8698358262835600d0a036b951f57e446187c2..8026e5ea26760e1346038b2f466108fbc8e11855 100644 (file)
@@ -98,7 +98,7 @@ class LIBARDOUR_API SoloControl : public SlavableAutomationControl
 
   protected:
        void actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
-       void master_changed (bool from_self, GroupControlDisposition, boost::shared_ptr<AutomationControl> m);
+       void master_changed (bool from_self, GroupControlDisposition, boost::weak_ptr<AutomationControl> m);
        void pre_remove_master (boost::shared_ptr<AutomationControl>);
        void post_add_master (boost::shared_ptr<AutomationControl>);