diff --git a/src/filters.cc b/src/filters.cc index 33905856..04b0eaa9 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -523,7 +523,7 @@ display_filter_posts::display_filter_posts(post_handler_ptr handler, bool _show_rounding) : item_handler(handler), report(_report), show_rounding(_show_rounding), - rounding_account(temps.create_account(_(""))), + rounding_account(temps.create_account(_(""))), revalued_account(temps.create_account(_(""))) { TRACE_CTOR(display_filter_posts,