From fb4fed00ba3dede4c649e21ce64cf29a8244c8bd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 11 Oct 2003 23:21:14 +0000 Subject: c --- parse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.cc') diff --git a/parse.cc b/parse.cc index 5b1ed5ab..4af13a43 100644 --- a/parse.cc +++ b/parse.cc @@ -188,7 +188,7 @@ transaction * parse_transaction(std::istream& in, book * ledger) entry * parse_entry(std::istream& in, book * ledger) { - entry * curr = new entry; + entry * curr = new entry(ledger); static char line[MAX_LINE + 1]; in.getline(line, MAX_LINE); -- cgit v1.2.3