mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +01:00
Sweep unnecessary wxString copies: widgets
This commit is contained in:
@@ -156,9 +156,9 @@ void MultiDialog::OnShowLog(wxCommandEvent & WXUNUSED(event))
|
||||
}
|
||||
|
||||
|
||||
int ShowMultiDialog(wxString message,
|
||||
wxString title,
|
||||
const wxChar **buttons, wxString boxMsg, bool log)
|
||||
int ShowMultiDialog(const wxString &message,
|
||||
const wxString &title,
|
||||
const wxChar **buttons, const wxString &boxMsg, bool log)
|
||||
{
|
||||
wxWindow * pParent = wxGetApp().GetTopWindow();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user