1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-24 23:13:42 +02:00

Performance improvements

This commit is contained in:
Daniel Winzen
2015-04-23 16:07:25 +02:00
parent 293ebe1ab0
commit 759ff8cd0d
26 changed files with 123 additions and 123 deletions

View File

@@ -24,7 +24,7 @@ class FileIO
} FileIOMode;
public:
FileIO(const wxString name, FileIOMode mode);
FileIO(const wxString & name, FileIOMode mode);
~FileIO();
bool IsOpened();