mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Replace "" and wxEmptyString with {} in default argument values
This commit is contained in:
@@ -33,7 +33,7 @@ class CommandBuilder
|
||||
OldStyleCommandPointer mCommand;
|
||||
wxString mError;
|
||||
|
||||
void Failure(const wxString &msg = wxEmptyString);
|
||||
void Failure(const wxString &msg = {});
|
||||
void Success(const OldStyleCommandPointer &cmd);
|
||||
void BuildCommand(const wxString &cmdName, const wxString &cmdParams);
|
||||
void BuildCommand(const wxString &cmdString);
|
||||
|
||||
Reference in New Issue
Block a user