summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.cc')
-rw-r--r--src/report.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.cc b/src/report.cc
index e811666a..4405b882 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -772,6 +772,8 @@ expr_t::ptr_op_t report_t::lookup(const string& name)
return MAKE_FUNCTOR(report_t::option_price);
else if (std::strcmp(p, "price_db_") == 0)
return MAKE_FUNCTOR(report_t::option_price_db_);
+ else if (std::strcmp(p, "pager_") == 0)
+ return MAKE_FUNCTOR(report_t::option_pager_);
break;
case 'q':