summaryrefslogtreecommitdiff
path: root/libs/ardour/route_group.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route_group.cc')
-rw-r--r--libs/ardour/route_group.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route_group.cc b/libs/ardour/route_group.cc
index a9e942ef3a..1fdccbd393 100644
--- a/libs/ardour/route_group.cc
+++ b/libs/ardour/route_group.cc
@@ -407,7 +407,7 @@ RouteGroup::make_subgroup (bool aux, Placement placement)
try {
/* use master bus etc. to determine default nouts */
- rl = _session.new_audio_route (aux, nin, 2, 0, 1);
+ rl = _session.new_audio_route (nin, 2, 0, 1);
} catch (...) {
return;
}