From e1086a304001671d5a51df54b442c29559eaea15 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 18 Aug 2004 05:26:59 -0400 Subject: added --help docs, and fixed some problems with balance reproting --- format.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'format.h') diff --git a/format.h b/format.h index 00b61282..ba488f68 100644 --- a/format.h +++ b/format.h @@ -161,7 +161,8 @@ class format_account : public item_handler } static bool display_account(const account_t * account, - const item_predicate& disp_pred); + const item_predicate& disp_pred, + const bool even_top = false); virtual void flush() { output_stream.flush(); -- cgit v1.2.3