mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 03:03:10 +01:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -202,7 +202,7 @@ void ODWaveTrackTaskQueue::DemandTrackUpdate(WaveTrack* track, double seconds)
|
||||
}
|
||||
|
||||
|
||||
//Replaces all instances of a wavetracck with a new one (effectively transferes the task.)
|
||||
//Replaces all instances of a wavetracck with a NEW one (effectively transferes the task.)
|
||||
void ODWaveTrackTaskQueue::ReplaceWaveTrack(WaveTrack* oldTrack, WaveTrack* newTrack)
|
||||
{
|
||||
if(oldTrack)
|
||||
@@ -285,7 +285,7 @@ bool ODWaveTrackTaskQueue::IsFrontTaskComplete()
|
||||
mTasksMutex.Lock();
|
||||
if(mTasks.size())
|
||||
{
|
||||
//there is a chance the task got updated and now has more to do, (like when it is joined with a new track)
|
||||
//there is a chance the task got updated and now has more to do, (like when it is joined with a NEW track)
|
||||
//check.
|
||||
mTasks[0]->RecalculatePercentComplete();
|
||||
bool ret;
|
||||
|
||||
Reference in New Issue
Block a user