1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Replace "" and wxEmptyString with {} in default argument values

This commit is contained in:
Paul Licameli
2019-03-15 14:28:30 -04:00
parent 2d71cc9d60
commit 135c2a71ce
25 changed files with 85 additions and 85 deletions

View File

@@ -56,7 +56,7 @@ class MacroCommands final {
MacroCommands();
public:
bool ApplyMacro( const MacroCommandsCatalog &catalog,
const wxString & filename = wxT(""));
const wxString & filename = {});
bool ApplyCommand( const wxString &friendlyCommand,
const wxString & command, const wxString & params,
CommandContext const * pContext=NULL );