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:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user