diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
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; } |