mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
"delete"->"DELETE" in comments, easier to find remaining naked operator delete
This commit is contained in:
@@ -482,7 +482,7 @@ public:
|
||||
// Command Handling
|
||||
bool TryToMakeActionAllowed( wxUint32 & flags, wxUint32 flagsRqd, wxUint32 mask );
|
||||
|
||||
///Prevents delete from external thread - for e.g. use of GetActiveProject
|
||||
///Prevents DELETE from external thread - for e.g. use of GetActiveProject
|
||||
static void AllProjectsDeleteLock();
|
||||
static void AllProjectsDeleteUnlock();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user