We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ee133 commit fc1a398Copy full SHA for fc1a398
src/xmp.cpp
@@ -53,7 +53,7 @@ class XMLValidator {
53
// error out if the depth exceeds this limit.
54
static const size_t max_recursion_limit_ = 1000;
55
56
- const XML_Parser parser_;
+ XML_Parser parser_;
57
58
public:
59
// Runs an XML parser on `buf`. Throws an exception if the XML is invalid.
0 commit comments