mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
Effect::mOutputTracks is managed by smart pointer
This commit is contained in:
@@ -64,7 +64,7 @@ bool EffectSoundTouch::Process()
|
||||
this->CopyInputTracks(Track::All);
|
||||
bool bGoodResult = true;
|
||||
|
||||
TrackListIterator iter(mOutputTracks);
|
||||
TrackListIterator iter(mOutputTracks.get());
|
||||
Track* t;
|
||||
mCurTrackNum = 0;
|
||||
m_maxNewLength = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user