mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-28 08:13:54 +01:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
class ExportPlugin;
|
||||
|
||||
/** The only part of this class which is publically accessible is the
|
||||
* factory method New_ExportOGG() which creates a new ExportOGG object and
|
||||
* factory method New_ExportOGG() which creates a NEW ExportOGG object and
|
||||
* returns a pointer to it. The rest of the class declaration is in ExportOGG.cpp
|
||||
*/
|
||||
ExportPlugin *New_ExportOGG();
|
||||
|
||||
Reference in New Issue
Block a user