1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-25 23:44:13 +02:00

Bug1349 again: Fix export and import of no-name labels

This commit is contained in:
Paul Licameli
2016-07-12 22:16:15 -04:00
parent 9aff1ff6c6
commit f1799521aa
2 changed files with 56 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ public:
void MoveLabel( int iEdge, double fNewTime);
struct BadFormatException {};
static LabelStruct Import(wxTextFile &file, int index);
static LabelStruct Import(wxTextFile &file, int &index);
void Export(wxTextFile &file) const;