mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-20 21:26:35 +01:00
Use type aliases FilePath, FilePaths...
... for wxString and wxArrayStringEx, holding file paths (absolute or relative, directory or plain file); to be replaced later with different types (not yet using std::vector, becase of some uses of wxArrayString::Index with two arguments)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "../NoteTrack.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
|
||||
bool ImportMIDI(const wxString &fName, NoteTrack * dest)
|
||||
bool ImportMIDI(const FilePath &fName, NoteTrack * dest)
|
||||
{
|
||||
if (fName.length() <= 4){
|
||||
AudacityMessageBox( wxString::Format(
|
||||
|
||||
Reference in New Issue
Block a user