mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 14:43:57 +01:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -141,7 +141,7 @@ bool EffectReverse::ProcessOneWave(int count, WaveTrack * track, sampleCount sta
|
||||
bool checkedFirstClip = false;
|
||||
|
||||
// used in calculating the offset of clips to rearrange
|
||||
// holds the new end position of the current clip
|
||||
// holds the NEW end position of the current clip
|
||||
sampleCount currentEnd = (sampleCount)end;
|
||||
|
||||
WaveClipList revClips; // holds the reversed clips
|
||||
|
||||
Reference in New Issue
Block a user