diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index c4ef7f92..1aff9212 100644 --- a/src/report.h +++ b/src/report.h @@ -166,6 +166,10 @@ public: option_t<report_t> * lookup_option(const char * p); + virtual void define(const string& name, expr_t::ptr_op_t def) { + session.define(name, def); + } + virtual expr_t::ptr_op_t lookup(const string& name); /** |