diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-05 21:54:46 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-05 21:54:46 -0400 |
commit | d853a58f5fd519f756c591b9c3622df179a0809c (patch) | |
tree | 9304bcf35b0967275c36d5fb2535219acb35dd5c /src/report.h | |
parent | 408b819c6e087593ba61e82b91dda2369ef32f62 (diff) | |
download | fork-ledger-d853a58f5fd519f756c591b9c3622df179a0809c.tar.gz fork-ledger-d853a58f5fd519f756c591b9c3622df179a0809c.tar.bz2 fork-ledger-d853a58f5fd519f756c591b9c3622df179a0809c.zip |
Moved --pager handler back into report_t.
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 62664ba1..b014d2c7 100644 --- a/src/report.h +++ b/src/report.h @@ -188,6 +188,7 @@ public: COPY_OPT(monthly, other), COPY_OPT(output_, other), COPY_OPT(output_date_format_, other), + COPY_OPT(pager_, other), COPY_OPT(period_, other), COPY_OPT(period_sort_, other), COPY_OPT(price, other), @@ -269,6 +270,7 @@ public: OPTION(report_t, monthly); OPTION(report_t, output_); OPTION(report_t, output_date_format_); + OPTION(report_t, pager_); OPTION(report_t, period_); OPTION(report_t, period_sort_); OPTION(report_t, price); |