Amend 2f3841a8, fix Mixbus build

This commit is contained in:
Robin Gareus 2023-04-21 03:01:26 +02:00
parent 57a5f96a98
commit 70e56ba4e9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ RouteGroup::check_subgroup (bool aux, Placement placement, DataType& dt, uint32_
for (auto const& r : *routes) {
#ifdef MIXBUS
if ((*i)->mixbus ()) {
if (r->mixbus ()) {
return false;
}
#endif