summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-01 01:47:21 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-01 01:47:21 -0400
commite4b1359959e5830bac0723cc669e70b9b9e985f4 (patch)
tree1502eaa88d4ae1bd278de3f691bf87945b5d5cb8 /src/report.h
parent559a76ac2bb744fcef92fdc602bce7ba21cd52be (diff)
downloadledger-e4b1359959e5830bac0723cc669e70b9b9e985f4.tar.gz
ledger-e4b1359959e5830bac0723cc669e70b9b9e985f4.tar.bz2
ledger-e4b1359959e5830bac0723cc669e70b9b9e985f4.zip
Restored the --pager option.
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index d0a29f75..244e9465 100644
--- a/src/report.h
+++ b/src/report.h
@@ -445,7 +445,7 @@ public:
return true;
}
- value_t option_pager(call_scope_t& args) { // :
+ value_t option_pager_(call_scope_t& args) { // :
pager_path = args[0].as_string();
return true;
}