summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-10 18:34:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-10 18:34:31 +0000
commit4341e678944d26870d89498b858609b07e480555 (patch)
treed7763ab4212b492610750863ecda5eeb97986b23 /libs/ardour/ardour/route.h
parente25862d787b72cb39cb555a15d78e9ba1fa4ea67 (diff)
forward propagate solo-isolated status to everything fed by a route by something other than a send
git-svn-id: svn://localhost/ardour2/branches/3.0@6340 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 8e63a2d523..44073a07a7 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -353,7 +353,7 @@ class Route : public SessionObject, public AutomatableControls, public RouteGrou
uint32_t _phase_invert;
bool _self_solo;
uint32_t _soloed_by_others;
- bool _solo_isolated;
+ uint32_t _solo_isolated;
bool _denormal_protection;