diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-07 05:44:16 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-07 05:44:16 -0400 |
commit | f31f9866dba43411df8ca34c847975b54e4f8717 (patch) | |
tree | 17ad44f71eec6743d655a3069ec4c3fa9089e75f /src/ofx.h | |
parent | 8e7bf65dbc4c038b467e4c95953b619c53d9b95b (diff) | |
download | fork-ledger-f31f9866dba43411df8ca34c847975b54e4f8717.tar.gz fork-ledger-f31f9866dba43411df8ca34c847975b54e4f8717.tar.bz2 fork-ledger-f31f9866dba43411df8ca34c847975b54e4f8717.zip |
The OFX parsing code is compiling again, but not working yet.
Diffstat (limited to 'src/ofx.h')
-rw-r--r-- | src/ofx.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,8 +42,8 @@ public: virtual bool test(std::istream& in) const; virtual unsigned int parse(std::istream& in, - session_t& session, - journal_t& journal, + session_t& session, + journal_t& journal, account_t * master = NULL, const path * original_file = NULL); }; |