From ea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 29 Jul 2008 20:10:03 -0400 Subject: Moved around and renamed a very large amount of code in order to rationalize the way that value expressions extract information from journal objects. --- main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.cc') diff --git a/main.cc b/main.cc index c79f54dd..6dfe4004 100644 --- a/main.cc +++ b/main.cc @@ -51,8 +51,8 @@ namespace ledger { var_t report(args, 0); var_t ostream(args, 1); - report->transactions_report - (xact_handler_ptr(new format_transactions + report->xacts_report + (xact_handler_ptr(new format_xacts (*ostream, report->session.register_format))); return true; } -- cgit v1.2.3