From b5869ac0a40db39f8199f643ca7c3be81d3bafd4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 19 May 2016 13:10:28 -0400 Subject: fix issues with route group assignment to control master --- libs/ardour/ardour/route_group.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour') 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); void unassign_master (boost::shared_ptr); + bool slaved () const; private: boost::shared_ptr routes; -- cgit v1.2.3