13
0

make ::muted_by_others_soloing() part of the Muteable API

This commit is contained in:
Paul Davis 2016-05-17 11:42:04 -04:00
parent 7321e1b4a2
commit 7eb2d1d16d

View File

@ -35,6 +35,7 @@ class Muteable {
virtual bool can_be_muted_by_others () const = 0;
virtual void act_on_mute () {}
virtual bool muted_by_others_soloing () const = 0;
boost::shared_ptr<MuteMaster> mute_master() const {
return _mute_master;