From 8ee660356181f4eb66e4abcb30d52f55ae267b80 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 19 Apr 2016 13:02:40 -0400 Subject: design changes to various SlavableAutomationControls to make it possible to get the logic right for boolean controls --- libs/ardour/solo_isolate_control.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/solo_isolate_control.cc') diff --git a/libs/ardour/solo_isolate_control.cc b/libs/ardour/solo_isolate_control.cc index d85a973ba3..13770b174e 100644 --- a/libs/ardour/solo_isolate_control.cc +++ b/libs/ardour/solo_isolate_control.cc @@ -42,7 +42,7 @@ SoloIsolateControl::SoloIsolateControl (Session& session, std::string const & na } void -SoloIsolateControl::master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd) +SoloIsolateControl::master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd, boost::shared_ptr) { if (!_soloable.can_solo()) { return; -- cgit v1.2.3