mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 17:41:13 +01:00
More const and override
This commit is contained in:
@@ -57,7 +57,7 @@ class TimeTrack final : public Track {
|
||||
bool HandleXMLTag(const wxChar *tag, const wxChar **attrs) override;
|
||||
void HandleXMLEndTag(const wxChar *tag) override;
|
||||
XMLTagHandler *HandleXMLChild(const wxChar *tag) override;
|
||||
void WriteXML(XMLWriter &xmlFile) override;
|
||||
void WriteXML(XMLWriter &xmlFile) const override;
|
||||
|
||||
// Lock and unlock the track: you must lock the track before
|
||||
// doing a copy and paste between projects.
|
||||
|
||||
Reference in New Issue
Block a user