mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -227,7 +227,7 @@ static void RemoveDependencies(AudacityProject *project,
|
||||
// blockfiles in the Sequences, so we do that next...
|
||||
ReplaceBlockFiles(project, blockFileHash);
|
||||
|
||||
// Subtract one from reference count of new block files; they're
|
||||
// Subtract one from reference count of NEW block files; they're
|
||||
// now all referenced the proper number of times by the Sequences
|
||||
ReplacedBlockFileHash::iterator it;
|
||||
for( it = blockFileHash.begin(); it != blockFileHash.end(); ++it )
|
||||
|
||||
Reference in New Issue
Block a user