From b84f676946941df6f7e8476d77d1db0cbe7736c5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 20 Apr 2007 02:14:53 +0000 Subject: Did some optimization and memory cleanup --- ofx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ofx.h') diff --git a/ofx.h b/ofx.h index 9b017bfa..54713c17 100644 --- a/ofx.h +++ b/ofx.h @@ -13,7 +13,7 @@ class ofx_parser_t : public parser_t virtual unsigned int parse(std::istream& in, journal_t * journal, account_t * master = NULL, - const std::string * original_file = NULL); + const string * original_file = NULL); }; } // namespace ledger -- cgit v1.2.3