summaryrefslogtreecommitdiff
path: root/parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'parser.cc')
-rw-r--r--parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.cc b/parser.cc
index 838fc37a..424046fc 100644
--- a/parser.cc
+++ b/parser.cc
@@ -21,7 +21,7 @@ struct py_parser_t : public parser_t
virtual repitem_t * parse(std::istream& in,
journal_t * journal,
account_t * master = NULL,
- const std::string * original_file = NULL) {
+ const string * original_file = NULL) {
return call_method<unsigned int>(self, "parse", in, journal, master,
original_file);
}