Fix constness

This commit is contained in:
Ned Wright
2023-12-04 14:16:00 +02:00
parent 4084cb4f6d
commit 2da3dc4052
4 changed files with 8 additions and 8 deletions

View File

@@ -83,7 +83,7 @@ private:
// Filter out errors that should be ignored. Returns true if error should be treated,
// false if an error should be ignored
bool filterErrors(xmlErrorPtr xmlError);
bool filterErrors(const xmlError *xmlError);
IParserStreamReceiver &m_receiver;
enum state m_state;