From 6e6246c927ab0d39dfd65f20e51c3f1b036c8ea9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 9 Aug 2004 17:38:05 -0400 Subject: more fixes --- format.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'format.h') diff --git a/format.h b/format.h index 66a7f7cf..9828c5e7 100644 --- a/format.h +++ b/format.h @@ -208,6 +208,11 @@ class format_account const item_predicate& disp_pred_functor, const account_t *& to_show); + static bool disp_subaccounts_p(const account_t * account) { + const account_t * temp; + return disp_subaccounts_p(account, item_predicate(NULL), temp); + } + static bool display_account(const account_t * account, const item_predicate& disp_pred_functor); -- cgit v1.2.3