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