mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-23 23:03:55 +02:00
Effect::mOutputTracks is managed by smart pointer
This commit is contained in:
@@ -218,7 +218,7 @@ bool EffectChangeSpeed::Process()
|
||||
CopyInputTracks(Track::All); // Set up mOutputTracks.
|
||||
bool bGoodResult = true;
|
||||
|
||||
TrackListIterator iter(mOutputTracks);
|
||||
TrackListIterator iter(mOutputTracks.get());
|
||||
Track* t;
|
||||
mCurTrackNum = 0;
|
||||
mMaxNewLength = 0.0;
|
||||
|
Reference in New Issue
Block a user