From b84f676946941df6f7e8476d77d1db0cbe7736c5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 20 Apr 2007 02:14:53 +0000 Subject: Did some optimization and memory cleanup --- xmlparse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlparse.h') diff --git a/xmlparse.h b/xmlparse.h index 5670bcc2..f8a77106 100644 --- a/xmlparse.h +++ b/xmlparse.h @@ -15,7 +15,7 @@ class xml_parser_t : public parser_t virtual unsigned int parse(std::istream& in, journal_t * journal, account_t * master = NULL, - const std::string * original_file = NULL); + const string * original_file = NULL); }; #endif -- cgit v1.2.3