NO-OP: whitespace
[ardour.git] / libs / ardour / solo_isolate_control.cc
index 90132a951cb2a359a0e47e2a5ace1f4b0dbff84d..9be6e1a7d586e2513c043c3353e384dc51ccf411 100644 (file)
@@ -42,7 +42,7 @@ SoloIsolateControl::SoloIsolateControl (Session& session, std::string const & na
 }
 
 void
-SoloIsolateControl::master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd, boost::shared_ptr<AutomationControl>)
+SoloIsolateControl::master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd, boost::weak_ptr<AutomationControl>)
 {
        if (!_soloable.can_solo()) {
                return;