1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 00:23:56 +01: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

@@ -19,7 +19,7 @@
#include "FileIO.h"
FileIO::FileIO(const wxString name, FileIOMode mode)
FileIO::FileIO(const wxString & name, FileIOMode mode)
: mName(name),
mMode(mode),
mInputStream(NULL),