diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index daa9c7c0..318a4ad6 100644 --- a/src/report.h +++ b/src/report.h @@ -246,6 +246,7 @@ public: HANDLER(account_).report(out); HANDLER(actual).report(out); HANDLER(add_budget).report(out); + HANDLER(align_intervals).report(out); HANDLER(amount_).report(out); HANDLER(amount_data).report(out); HANDLER(anon).report(out); @@ -396,6 +397,8 @@ public: parent->budget_flags |= BUDGET_BUDGETED | BUDGET_UNBUDGETED; }); + OPTION(report_t, align_intervals); + OPTION__ (report_t, amount_, // -t DECL1(report_t, amount_, merged_expr_t, expr, ("amount_expr", "amount")) {} |