From 16c77af9c9a251b194b81bc7138a6f4fa8dcff81 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Mar 2009 21:31:06 -0400 Subject: If 2+ child accounts are shown, show the parent Also, also show a final balance if there are multiple accounts displayed, even if that final balance is zero. --- src/output.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 00f7d38d..a35d81cd 100644 --- a/src/output.h +++ b/src/output.h @@ -109,8 +109,8 @@ public: std::pair mark_accounts(account_t& account, const bool flat); - virtual void post_account(account_t& account); - virtual void flush(); + virtual std::size_t post_account(account_t& account); + virtual void flush(); virtual void operator()(account_t& account); }; -- cgit v1.2.3