summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-05 21:54:46 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-05 21:54:46 -0400
commitd853a58f5fd519f756c591b9c3622df179a0809c (patch)
tree9304bcf35b0967275c36d5fb2535219acb35dd5c /src/report.h
parent408b819c6e087593ba61e82b91dda2369ef32f62 (diff)
downloadfork-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.h2
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);