From 8a2b87e6e1f5cd8784130f3cfcd1911b214c55cc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 16 May 2007 05:37:46 +0000 Subject: Changed scope resolution to use the new value_t. --- src/report.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/report.h') 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 resolve(const string& name, + xml::xpath_t::scope_t * locals); virtual xml::xpath_t::ptr_op_t lookup(const string& name); }; -- cgit v1.2.3