summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/solo_isolate_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/solo_isolate_control.h')
-rw-r--r--libs/ardour/ardour/solo_isolate_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/solo_isolate_control.h b/libs/ardour/ardour/solo_isolate_control.h
index 1e49469067..190e0cdda3 100644
--- a/libs/ardour/ardour/solo_isolate_control.h
+++ b/libs/ardour/ardour/solo_isolate_control.h
@@ -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: