mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
"delete"->"DELETE" in comments, easier to find remaining naked operator delete
This commit is contained in:
@@ -53,7 +53,7 @@ void CommandHandler::OnReceiveCommand(AppCommandEvent &event)
|
||||
// different project.
|
||||
cmd->Apply(*mCurrentContext);
|
||||
|
||||
// Done with the command so delete it.
|
||||
// Done with the command so DELETE it.
|
||||
delete cmd;
|
||||
|
||||
// Redraw the project
|
||||
|
||||
Reference in New Issue
Block a user