mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
Effect::mOutputTracks is managed by smart pointer
This commit is contained in:
@@ -37,7 +37,7 @@ bool Generator::Process()
|
||||
// Iterate over the tracks
|
||||
bool bGoodResult = true;
|
||||
int ntrack = 0;
|
||||
TrackListIterator iter(mOutputTracks);
|
||||
TrackListIterator iter(mOutputTracks.get());
|
||||
Track* t = iter.First();
|
||||
|
||||
while (t != NULL)
|
||||
|
||||
Reference in New Issue
Block a user