mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-23 23:03:55 +02:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -629,7 +629,7 @@ void EffectChangeSpeed::OnChoice_Vinyl(wxCommandEvent & WXUNUSED(evt))
|
||||
SetPrivateConfig(GetCurrentSettingsGroup(), wxT("VinylChoice"), mFromVinyl);
|
||||
}
|
||||
|
||||
// If mFromVinyl & mToVinyl are set, then there's a new percent change.
|
||||
// If mFromVinyl & mToVinyl are set, then there's a NEW percent change.
|
||||
if ((mFromVinyl != kVinyl_NA) && (mToVinyl != kVinyl_NA))
|
||||
{
|
||||
double fromRPM;
|
||||
|
Reference in New Issue
Block a user