mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Fix incorrect comment, use auto
This commit is contained in:
@@ -95,7 +95,7 @@ bool EffectTwoPassSimpleMono::ProcessPass()
|
||||
|
||||
|
||||
//ProcessOne() takes a track, transforms it to bunch of buffer-blocks,
|
||||
//and executes ProcessSimpleMono on these blocks
|
||||
//and executes TwoBufferProcessPass1 or TwoBufferProcessPass2 on these blocks
|
||||
bool EffectTwoPassSimpleMono::ProcessOne(WaveTrack * track,
|
||||
sampleCount start, sampleCount end)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user