From f83705b847c59a8197f5098cb7dc2d484704e24d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 14 May 2007 11:09:54 +0000 Subject: Changed xpath to use intrusive_ptr; got the xml command working --- src/parser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/parser.h') diff --git a/src/parser.h b/src/parser.h index 7cb1cd49..ecc73a6f 100644 --- a/src/parser.h +++ b/src/parser.h @@ -47,9 +47,9 @@ class parser_t virtual bool test(std::istream& in) const = 0; - virtual void parse(std::istream& in, - const path& pathname, - xml::builder_t& builder) = 0; + virtual std::size_t parse(std::istream& in, + const path& pathname, + xml::builder_t& builder) = 0; }; DECLARE_EXCEPTION(parse_error); -- cgit v1.2.3