diff --git a/common/common.cpp b/common/common.cpp index d3c6bef899..cfbec5a2d1 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -254,7 +254,7 @@ std::unique_ptr GetNewConfig( const wxString& aProgName ) configname.AssignDir( GetKicadConfigPath() ); configname.SetFullName( aProgName ); - return std::make_unique( wxT( "" ), wxT( "" ), configname.GetFullPath() ); + return std::make_unique( wxT( "" ), wxT( "" ), configname.GetFullPath() ); }