mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 21:50:51 +01:00
More const and override
This commit is contained in:
@@ -1452,7 +1452,7 @@ XMLTagHandler *WaveClip::HandleXMLChild(const wxChar *tag)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void WaveClip::WriteXML(XMLWriter &xmlFile)
|
||||
void WaveClip::WriteXML(XMLWriter &xmlFile) const
|
||||
{
|
||||
xmlFile.StartTag(wxT("waveclip"));
|
||||
xmlFile.WriteAttr(wxT("offset"), mOffset, 8);
|
||||
|
||||
Reference in New Issue
Block a user