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 63a3d81f..6e2e77fb 100644 --- a/src/report.h +++ b/src/report.h @@ -164,7 +164,7 @@ public: HANDLED(base)); } - option_t<report_t> * report_t::lookup_option(const char * p); + option_t<report_t> * lookup_option(const char * p); virtual expr_t::ptr_op_t lookup(const string& name); |