summaryrefslogtreecommitdiff
path: root/src/ofx.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-11 07:20:49 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:42 -0400
commit48b46a23b183fc576f7e999a166d1e130233032c (patch)
tree5d3b645149d473a2638431450e73efcc0905e921 /src/ofx.h
parent8e20c378d6ee6eb36f8c6866f8c9ec52f8600c58 (diff)
downloadfork-ledger-48b46a23b183fc576f7e999a166d1e130233032c.tar.gz
fork-ledger-48b46a23b183fc576f7e999a166d1e130233032c.tar.bz2
fork-ledger-48b46a23b183fc576f7e999a166d1e130233032c.zip
Disabled compiler warnings from icc.
Diffstat (limited to 'src/ofx.h')
-rw-r--r--src/ofx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ofx.h b/src/ofx.h
index 7fe63adc..c6778563 100644
--- a/src/ofx.h
+++ b/src/ofx.h
@@ -41,10 +41,10 @@ class ofx_parser_t : public parser_t
public:
virtual bool test(std::istream& in) const;
- virtual unsigned int parse(std::istream& in,
- journal_t * journal,
- account_t * master = NULL,
- const string * original_file = NULL);
+ virtual unsigned int parse(std::istream& in,
+ journal_t * journal,
+ account_t * master = NULL,
+ const optional<path>& original = optional<path>());
};
} // namespace ledger