summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/solo_isolate_control.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-04-19 13:01:57 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:41 -0400
commit01aefd236a7c87fa1798334b579be28eaa832afd (patch)
tree3c5143f3cc3df0d7e12cbb70fb9c4dc87f759921 /libs/ardour/ardour/solo_isolate_control.h
parent6de4953be8dc5cd413b405d4801f086567923965 (diff)
move SlavableAutomationControl into its own header
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: