diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/report.h b/src/report.h index c0398d4c..280b2f48 100644 --- a/src/report.h +++ b/src/report.h @@ -538,7 +538,7 @@ public: " bold if should_bold))" " %(ansify_if(" " ansify_if(justify(truncated(display_account, int(account_width), " - " abbrev_len), int(account_width))," + " int(abbrev_len)), int(account_width))," " blue if color)," " bold if should_bold))" " %(ansify_if(" @@ -886,7 +886,7 @@ public: " bold if should_bold))" " %(ansify_if(" " ansify_if(justify(truncated(display_account, int(account_width), " - " abbrev_len), int(account_width))," + " int(abbrev_len)), int(account_width))," " blue if color)," " bold if should_bold))" " %(ansify_if(" @@ -1027,7 +1027,6 @@ public: OPTION(report_t, total_width_); }; - template <class Type = post_t, class handler_ptr = post_handler_ptr, void (report_t::*report_method)(handler_ptr) = |