1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 09:31:15 +02: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

@@ -67,7 +67,7 @@ with the code that still uses it.
class CommandParameters final : public wxFileConfig
{
public:
CommandParameters(const wxString & parms = wxEmptyString)
CommandParameters(const wxString & parms = {})
: wxFileConfig(wxEmptyString,
wxEmptyString,
wxEmptyString,