Revert "change return type of AutomationControl::actually_set_value() from void to...
[ardour.git] / libs / ardour / ardour / mute_control.h
index b324e329087f45e21104cdc12c011b2c6b2c462b..909f0cbf02ab7d394dbffbe9f6a424d3ca1fbc09 100644 (file)
@@ -71,7 +71,7 @@ class LIBARDOUR_API MuteControl : public SlavableAutomationControl
 
   protected:
        void master_changed (bool, PBD::Controllable::GroupControlDisposition, boost::shared_ptr<AutomationControl>);
-       bool actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
+       void actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
 
        void pre_remove_master (boost::shared_ptr<AutomationControl>);
        void post_add_master (boost::shared_ptr<AutomationControl>);