diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 5a386616..82c605df 100644 --- a/src/report.h +++ b/src/report.h @@ -643,6 +643,8 @@ public: parent->HANDLER(limit_).on("uncleared|pending"); }); + OPTION(report_t, unround); + OPTION_(report_t, weekly, DO() { // -W parent->HANDLER(period_).on("weekly"); }); |