summaryrefslogtreecommitdiff
path: root/src/ofx.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-07 05:44:16 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-07 05:44:16 -0400
commitf31f9866dba43411df8ca34c847975b54e4f8717 (patch)
tree17ad44f71eec6743d655a3069ec4c3fa9089e75f /src/ofx.h
parent8e7bf65dbc4c038b467e4c95953b619c53d9b95b (diff)
downloadfork-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ofx.h b/src/ofx.h
index 58512e8b..67dec6d3 100644
--- a/src/ofx.h
+++ b/src/ofx.h
@@ -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);
};