summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route_group.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-19 13:10:28 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commitb5869ac0a40db39f8199f643ca7c3be81d3bafd4 (patch)
tree97c1f34d2eec67c64860f2cb26d79e37e520fe20 /libs/ardour/ardour/route_group.h
parent637379d7a2379f640d4dc3dfb050c59344ef0326 (diff)
fix issues with route group assignment to control master
Diffstat (limited to 'libs/ardour/ardour/route_group.h')
-rw-r--r--libs/ardour/ardour/route_group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/route_group.h b/libs/ardour/ardour/route_group.h
index 78a3102565..6fec1158c5 100644
--- a/libs/ardour/ardour/route_group.h
+++ b/libs/ardour/ardour/route_group.h
@@ -145,6 +145,7 @@ class LIBARDOUR_API RouteGroup : public SessionObject
void assign_master (boost::shared_ptr<VCA>);
void unassign_master (boost::shared_ptr<VCA>);
+ bool slaved () const;
private:
boost::shared_ptr<RouteList> routes;