mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 17:11:20 +01:00
Sweep unnecessary wxString copies: rest
This commit is contained in:
@@ -76,7 +76,7 @@ class AboutDialog:public wxDialog {
|
||||
void AddCredit(wxString &&description, Role role);
|
||||
wxString GetCreditsByRole(AboutDialog::Role role);
|
||||
|
||||
void AddBuildinfoRow( wxString* htmlstring, const wxChar * libname, const wxChar * libdesc, wxString status);
|
||||
void AddBuildinfoRow( wxString* htmlstring, const wxChar * libname, const wxChar * libdesc, const wxString &status);
|
||||
void AddBuildinfoRow( wxString* htmlstring, const wxChar * libname, const wxChar * libdesc);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user