mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Fix constness
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user