Revert "change return type of AutomationControl::actually_set_value() from void to...
[ardour.git] / libs / ardour / ardour / solo_isolate_control.h
index e77591e272d3585fdab7d783213fd96c712e87fc..1e49469067333186907ae496a0a680ba9856a98a 100644 (file)
@@ -74,7 +74,7 @@ class LIBARDOUR_API SoloIsolateControl : public SlavableAutomationControl
 
   protected:
        void master_changed (bool from_self, PBD::Controllable::GroupControlDisposition gcd, boost::shared_ptr<AutomationControl>);
-       bool actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
+       void actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
 
   private:
        Soloable&      _soloable;