mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-23 22:51:23 +01:00
Sweep unnecessary wxString copies: rest
This commit is contained in:
@@ -143,7 +143,7 @@ void Lyrics::AddLabels(const LabelTrack *pLT)
|
||||
mHighlightTextCtrl->AppendText(highlightText);
|
||||
}
|
||||
|
||||
void Lyrics::Add(double t, wxString syllable, wxString &highlightText)
|
||||
void Lyrics::Add(double t, const wxString &syllable, wxString &highlightText)
|
||||
{
|
||||
int i = mSyllables.GetCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user