summaryrefslogtreecommitdiff
path: root/xmlparse.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-20 02:14:53 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:28 -0400
commitb84f676946941df6f7e8476d77d1db0cbe7736c5 (patch)
tree9ee7c7a2d3b7496b38ad127519210adfeced2241 /xmlparse.h
parent539370ff1b37772e9f11439f652ffd3583beeedb (diff)
downloadfork-ledger-b84f676946941df6f7e8476d77d1db0cbe7736c5.tar.gz
fork-ledger-b84f676946941df6f7e8476d77d1db0cbe7736c5.tar.bz2
fork-ledger-b84f676946941df6f7e8476d77d1db0cbe7736c5.zip
Did some optimization and memory cleanup
Diffstat (limited to 'xmlparse.h')
-rw-r--r--xmlparse.h2
1 files changed, 1 insertions, 1 deletions
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