mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
More const and override
This commit is contained in:
@@ -333,10 +333,10 @@ public:
|
||||
void ImportPresets(wxString &filename);
|
||||
void ExportPresets(wxString &filename);
|
||||
|
||||
bool HandleXMLTag(const wxChar *tag, const wxChar **attrs);
|
||||
XMLTagHandler *HandleXMLChild(const wxChar *tag);
|
||||
void WriteXMLHeader(XMLWriter &xmlFile);
|
||||
void WriteXML(XMLWriter &xmlFile);
|
||||
bool HandleXMLTag(const wxChar *tag, const wxChar **attrs) override;
|
||||
XMLTagHandler *HandleXMLChild(const wxChar *tag) override;
|
||||
void WriteXMLHeader(XMLWriter &xmlFile) const;
|
||||
void WriteXML(XMLWriter &xmlFile) const;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user