mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
Performance improvements
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user