Implement slaved boolean automation and update mute special-case
[ardour.git] / libs / ardour / ardour / mute_control.h
index aeeccceab6896b21c6b5fdbcf529db34427c89d2..d54ff2dc34a43bc269845a4fe5a1f4740b973dad 100644 (file)
@@ -71,7 +71,7 @@ public:
        void automation_run (framepos_t start, pframes_t nframes);
 
 protected:
-       void master_changed (bool, PBD::Controllable::GroupControlDisposition, boost::shared_ptr<AutomationControl>);
+       bool handle_master_change (boost::shared_ptr<AutomationControl>);
        void actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
 
        void pre_remove_master (boost::shared_ptr<AutomationControl>);