mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-02 09:54:42 +01:00
Fix another error in Mac build
This commit is contained in:
@@ -603,6 +603,7 @@ bool VisibleTrackIterator::Condition(Track *t)
|
||||
auto partner = t->GetLink();
|
||||
if ( partner && t->GetLinked() )
|
||||
return Condition( partner );
|
||||
return false;
|
||||
}
|
||||
|
||||
// SyncLockedTracksIterator
|
||||
|
||||
Reference in New Issue
Block a user