mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-18 14:36:13 +01:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -54,7 +54,7 @@ class DeviceManager
|
||||
/// Releases memory assosiated with the singleton
|
||||
static void Destroy();
|
||||
|
||||
/// Gets a new list of devices by terminating and restarting portaudio
|
||||
/// Gets a NEW list of devices by terminating and restarting portaudio
|
||||
/// Assumes that DeviceManager is only used on the main thread.
|
||||
void Rescan();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user