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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user