From c586e1e494487c43cf6da886739f69bb91a7e15b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 May 2015 13:26:49 -0500 Subject: Add a --no-revalued option --- src/report.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index c54c8444..10afbe6f 100644 --- a/src/report.h +++ b/src/report.h @@ -764,6 +764,10 @@ public: OTHER(color).off(); }); + OPTION_(report_t, no_revalued, DO() { + OTHER(revalued).off(); + }); + OPTION(report_t, no_rounding); OPTION(report_t, no_titles); OPTION(report_t, no_total); -- cgit v1.2.3