mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
More const and override
This commit is contained in:
@@ -2261,7 +2261,7 @@ XMLTagHandler *LabelTrack::HandleXMLChild(const wxChar *tag)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void LabelTrack::WriteXML(XMLWriter &xmlFile)
|
||||
void LabelTrack::WriteXML(XMLWriter &xmlFile) const
|
||||
{
|
||||
int len = mLabels.size();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user