summaryrefslogtreecommitdiff
path: root/src/gnucash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnucash.h')
-rw-r--r--src/gnucash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gnucash.h b/src/gnucash.h
index d6f863e3..948e34fe 100644
--- a/src/gnucash.h
+++ b/src/gnucash.h
@@ -41,11 +41,11 @@ class gnucash_parser_t : public journal_t::parser_t
public:
virtual bool test(std::istream& in) const;
- virtual unsigned int parse(std::istream& in,
- session_t& session,
+ virtual std::size_t parse(std::istream& in,
+ session_t& session,
journal_t& journal,
- account_t * master = NULL,
- const path * original_file = NULL);
+ account_t * master = NULL,
+ const path * original_file = NULL);
};
} // namespace ledger