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

weaken dependency of TrackPanel.cpp on LabelTrack.h, a bit

This commit is contained in:
Paul Licameli
2015-08-23 19:02:06 -04:00
parent e7b11b8856
commit 439fdc66ff
5 changed files with 20 additions and 4 deletions

View File

@@ -139,7 +139,9 @@ class AUDACITY_DLL_API LabelTrack : public Track
virtual double GetStartTime() const;
virtual double GetEndTime() const;
virtual Track *Duplicate() { return new LabelTrack(*this); }
virtual Track *Duplicate();
virtual void SetSelected(bool s);
virtual bool HandleXMLTag(const wxChar *tag, const wxChar **attrs);
virtual XMLTagHandler *HandleXMLChild(const wxChar *tag);