mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Amend 2f3841a8, fix Mixbus build
This commit is contained in:
parent
57a5f96a98
commit
70e56ba4e9
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ RouteGroup::check_subgroup (bool aux, Placement placement, DataType& dt, uint32_
|
||||||
|
|
||||||
for (auto const& r : *routes) {
|
for (auto const& r : *routes) {
|
||||||
#ifdef MIXBUS
|
#ifdef MIXBUS
|
||||||
if ((*i)->mixbus ()) {
|
if (r->mixbus ()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue