1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 06:01:04 +01:00

Replace "" and wxEmptyString with {} in default argument values

This commit is contained in:
Paul Licameli
2019-03-15 14:28:30 -04:00
parent 2d71cc9d60
commit 135c2a71ce
25 changed files with 85 additions and 85 deletions

View File

@@ -236,7 +236,7 @@ class AUDACITY_DLL_API LabelTrack final : public Track
const LabelStruct *GetLabel(int index) const;
//This returns the index of the label we just added.
int AddLabel(const SelectedRegion &region, const wxString &title = wxT(""),
int AddLabel(const SelectedRegion &region, const wxString &title = {},
int restoreFocus = -1);
//And this tells us the index, if there is a label already there.
int GetLabelIndex(double t, double t1);