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. --- session.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'session.h') diff --git a/session.h b/session.h index 944b9ce2..36d0470f 100644 --- a/session.h +++ b/session.h @@ -34,6 +34,7 @@ #include "scope.h" #include "journal.h" +#include "account.h" namespace ledger { @@ -165,8 +166,8 @@ public: void clean_accounts(); - void clean_transactions(); - void clean_transactions(entry_t& entry); + void clean_xacts(); + void clean_xacts(entry_t& entry); // // Scope members -- cgit v1.2.3