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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/solo_isolate_control.h b/libs/ardour/ardour/solo_isolate_control.h
index cb8ea8b507..1e49469067 100644
--- a/libs/ardour/ardour/solo_isolate_control.h
+++ b/libs/ardour/ardour/solo_isolate_control.h
@@ -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::shared_ptr<AutomationControl>);
void actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
private: