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 b76bc9f3..7897373e 100644 --- a/src/report.h +++ b/src/report.h @@ -487,6 +487,8 @@ public: parent->HANDLER(period_).on("quarterly"); }); + OPTION(report_t, raw); + OPTION_(report_t, real, DO() { // -R parent->HANDLER(limit_).on("real"); }); |