mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +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:
@@ -74,7 +74,7 @@ class MacroCommands final {
|
||||
void AbortBatch();
|
||||
|
||||
// Utility functions for the special commands.
|
||||
static wxString BuildCleanFileName(const wxString &fileName,
|
||||
static wxString BuildCleanFileName(const FilePath &fileName,
|
||||
const FileExtension &extension);
|
||||
bool WriteMp3File( const wxString & Name, int bitrate );
|
||||
double GetEndTime();
|
||||
|
||||
Reference in New Issue
Block a user