summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/muteable.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-17 11:42:04 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commit7eb2d1d16de5d52175485bdd1a6acc53019fdb22 (patch)
treee4fadf43bb13764c37ede101da764cc14b7d1bfa /libs/ardour/ardour/muteable.h
parent7321e1b4a258f5949381bcef8b744103e773c3ef (diff)
make ::muted_by_others_soloing() part of the Muteable API
Diffstat (limited to 'libs/ardour/ardour/muteable.h')
-rw-r--r--libs/ardour/ardour/muteable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/muteable.h b/libs/ardour/ardour/muteable.h
index 57db66b1ee..adc4259a31 100644
--- a/libs/ardour/ardour/muteable.h
+++ b/libs/ardour/ardour/muteable.h
@@ -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;