mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
Sweep unnecessary wxString copies: widgets
This commit is contained in:
@@ -81,8 +81,8 @@ void WarningDialog::OnOK(wxCommandEvent& WXUNUSED(event))
|
||||
}
|
||||
|
||||
int ShowWarningDialog(wxWindow *parent,
|
||||
wxString internalDialogName,
|
||||
wxString message,
|
||||
const wxString &internalDialogName,
|
||||
const wxString &message,
|
||||
bool showCancelButton)
|
||||
{
|
||||
wxString key(wxT("/Warnings/") + internalDialogName);
|
||||
|
||||
Reference in New Issue
Block a user