From 77faaa926f06dc10cab65d08e0d35836d4a273a6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Mar 2009 04:15:48 -0400 Subject: Rewrote the balance report again, to fix --depth --- src/output.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 19dc5e20..00f7d38d 100644 --- a/src/output.h +++ b/src/output.h @@ -49,12 +49,12 @@ #include "chain.h" #include "predicate.h" #include "format.h" +#include "account.h" namespace ledger { class xact_t; class post_t; -class account_t; class report_t; /** @@ -106,6 +106,9 @@ public: TRACE_DTOR(format_accounts); } + std::pair + mark_accounts(account_t& account, const bool flat); + virtual void post_account(account_t& account); virtual void flush(); -- cgit v1.2.3