summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route_group.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-04 02:36:29 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-04 02:36:29 +0000
commit6933d6f9455c3a886452ca80c93a038c6ace8632 (patch)
tree2407e09410b6e2b2bdc7ff87aad1e4311dd0172d /libs/ardour/ardour/route_group.h
parent5af89174608f595b45a2ed2bcbe9b0500e0803fb (diff)
Allow choice of direct or aux busses when subgrouping route groups. Fixes #3658.
git-svn-id: svn://localhost/ardour2/branches/3.0@8428 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/route_group.h')
-rw-r--r--libs/ardour/ardour/route_group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route_group.h b/libs/ardour/ardour/route_group.h
index 7dbdc1d882..d5e4b274e1 100644
--- a/libs/ardour/ardour/route_group.h
+++ b/libs/ardour/ardour/route_group.h
@@ -135,7 +135,7 @@ class RouteGroup : public SessionObject
changed();
}
- void make_subgroup ();
+ void make_subgroup (bool, Placement);
void destroy_subgroup ();
boost::shared_ptr<RouteList> route_list() { return routes; }