mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Sweep unnecessary wxString copies: rest
This commit is contained in:
@@ -153,7 +153,7 @@ void HandlePageSetup(wxWindow *parent)
|
||||
(*gPageSetupData) = pageSetupDialog.GetPageSetupData();
|
||||
}
|
||||
|
||||
void HandlePrint(wxWindow *parent, wxString name, TrackList *tracks)
|
||||
void HandlePrint(wxWindow *parent, const wxString &name, TrackList *tracks)
|
||||
{
|
||||
if (gPageSetupData == NULL)
|
||||
gPageSetupData = new wxPageSetupDialogData();
|
||||
|
Reference in New Issue
Block a user