summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/mute_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/mute_control.h')
-rw-r--r--libs/ardour/ardour/mute_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/mute_control.h b/libs/ardour/ardour/mute_control.h
index b324e32908..909f0cbf02 100644
--- a/libs/ardour/ardour/mute_control.h
+++ b/libs/ardour/ardour/mute_control.h
@@ -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>);