1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-23 06:31:17 +01:00

Sweep for filename copying: various

This commit is contained in:
Paul Licameli
2016-02-22 00:17:20 -05:00
parent 2d7e21536e
commit f00144e9a5
15 changed files with 91 additions and 80 deletions

View File

@@ -284,7 +284,7 @@ static bool ConvertLegacyTrack(wxTextFile *f, XMLFileWriter &xmlFile)
return false;
}
bool ConvertLegacyProjectFile(wxFileName filename)
bool ConvertLegacyProjectFile(const wxFileName &filename)
{
wxTextFile f;
XMLFileWriter xmlFile;