mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-10 00:15:31 +01:00
Sweep unnecessary wxString copies: export
This commit is contained in:
@@ -176,13 +176,13 @@ public:
|
||||
wxWindow *OptionsCreate(wxWindow *parent, int format);
|
||||
int Export(AudacityProject *project,
|
||||
int channels,
|
||||
wxString fName,
|
||||
const wxString &fName,
|
||||
bool selectedOnly,
|
||||
double t0,
|
||||
double t1,
|
||||
MixerSpec *mixerSpec = NULL,
|
||||
Tags *metadata = NULL,
|
||||
int subformat = 0);
|
||||
int subformat = 0) override;
|
||||
|
||||
private:
|
||||
|
||||
@@ -210,7 +210,7 @@ void ExportMP2::Destroy()
|
||||
}
|
||||
|
||||
int ExportMP2::Export(AudacityProject *project,
|
||||
int channels, wxString fName,
|
||||
int channels, const wxString &fName,
|
||||
bool selectionOnly, double t0, double t1, MixerSpec *mixerSpec, Tags *metadata,
|
||||
int WXUNUSED(subformat))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user