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