diff options
Diffstat (limited to 'src/plugins/xml/XmlParser.hpp')
-rw-r--r-- | src/plugins/xml/XmlParser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/xml/XmlParser.hpp b/src/plugins/xml/XmlParser.hpp index 3c0ffb7..c8b6302 100644 --- a/src/plugins/xml/XmlParser.hpp +++ b/src/plugins/xml/XmlParser.hpp @@ -46,7 +46,7 @@ protected: * @param ctx is a reference to the ParserContext instance that should be * used. */ - Rooted<Node> doParse(CharReader &reader, ParserContext &ctx) override; + void doParse(CharReader &reader, ParserContext &ctx) override; }; } |