diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/report.h b/src/report.h index de5773d1..bf43e927 100644 --- a/src/report.h +++ b/src/report.h @@ -161,8 +161,8 @@ class report_t : public xml::xpath_t::scope_t // Scope members // - virtual bool resolve(const string& name, value_t& result, - xml::xpath_t::scope_t * locals); + virtual optional<value_t> resolve(const string& name, + xml::xpath_t::scope_t * locals); virtual xml::xpath_t::ptr_op_t lookup(const string& name); }; |