From d0dfff62a6a3a685f19a5bed8716f7b661dc8c60 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 17 Jul 2011 16:25:05 -0500 Subject: Changed how some of the filters are constructed --- src/filters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/filters.h') diff --git a/src/filters.h b/src/filters.h index 227245fb..2fcf0961 100644 --- a/src/filters.h +++ b/src/filters.h @@ -506,9 +506,9 @@ class display_filter_posts : public item_handler // This filter requires that calc_posts be used at some point // later in the chain. + report_t& report; expr_t display_amount_expr; expr_t display_total_expr; - report_t& report; bool show_rounding; value_t last_display_total; temporaries_t temps; @@ -554,9 +554,9 @@ class changed_value_posts : public item_handler // This filter requires that calc_posts be used at some point // later in the chain. + report_t& report; expr_t total_expr; expr_t display_total_expr; - report_t& report; bool changed_values_only; bool for_accounts_report; bool show_unrealized; -- cgit v1.2.3