mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +02:00
Fix another error in Mac build
This commit is contained in:
parent
a5d718f79a
commit
d635535241
@ -603,6 +603,7 @@ bool VisibleTrackIterator::Condition(Track *t)
|
||||
auto partner = t->GetLink();
|
||||
if ( partner && t->GetLinked() )
|
||||
return Condition( partner );
|
||||
return false;
|
||||
}
|
||||
|
||||
// SyncLockedTracksIterator
|
||||
|
Loading…
x
Reference in New Issue
Block a user