mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
Sweep unnecessary wxString copies: rest
This commit is contained in:
@@ -52,7 +52,7 @@ class LabelDialog:public wxDialog
|
||||
void FindAllLabels();
|
||||
void AddLabels(LabelTrack *t);
|
||||
void FindInitialRow();
|
||||
wxString TrackName(int & index, wxString dflt = _("Label Track"));
|
||||
wxString TrackName(int & index, const wxString &dflt = _("Label Track"));
|
||||
|
||||
void OnUpdate(wxCommandEvent &event);
|
||||
void OnInsert(wxCommandEvent &event);
|
||||
|
||||
Reference in New Issue
Block a user