mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Sweep unnecessary wxString copies: rest
This commit is contained in:
@@ -33,7 +33,7 @@ class BatchCommands {
|
||||
void AbortBatch();
|
||||
|
||||
// Utility functions for the special commands.
|
||||
wxString BuildCleanFileName(wxString fileName, wxString extension);
|
||||
wxString BuildCleanFileName(const wxString &fileName, const wxString &extension);
|
||||
bool WriteMp3File( const wxString & Name, int bitrate );
|
||||
double GetEndTime();
|
||||
bool IsMono();
|
||||
|
||||
Reference in New Issue
Block a user