diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 7585493f..a98286a9 100644 --- a/src/report.h +++ b/src/report.h @@ -171,6 +171,8 @@ public: HANDLED(lots) || HANDLED(lot_tags)); } + bool maybe_import(const string& module); + option_t<report_t> * lookup_option(const char * p); virtual void define(const string& name, expr_t::ptr_op_t def) { |