summaryrefslogtreecommitdiff
path: root/src/ofx.h
diff options
context:
space:
mode:
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);
};