1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-22 16:41:18 +01:00

Some more const, some stl idioms, remove unused declaration

This commit is contained in:
Paul Licameli
2016-09-13 19:17:40 -04:00
parent 740ec8b72b
commit 39d514b183
14 changed files with 44 additions and 42 deletions

View File

@@ -58,7 +58,7 @@ class LabelDialog final : public wxDialogWrapper
bool TransferDataFromWindow();
bool Validate();
void FindAllLabels();
void AddLabels(LabelTrack *t);
void AddLabels(const LabelTrack *t);
void FindInitialRow();
wxString TrackName(int & index, const wxString &dflt = _("Label Track"));