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 51ee9386..0e0c30ad 100644 --- a/src/report.h +++ b/src/report.h @@ -74,7 +74,7 @@ class report_t : public xml::xpath_t::scope_t virtual ~report_t(); - void apply_transforms(xml::document_t * document); + void apply_transforms(xml::document_t& document); // // Utility functions for value expressions @@ -163,7 +163,7 @@ class report_t : public xml::xpath_t::scope_t virtual bool resolve(const string& name, value_t& result, xml::xpath_t::scope_t * locals); - virtual xml::xpath_t::op_t * lookup(const string& name); + virtual xml::xpath_t::ptr_op_t lookup(const string& name); }; string abbrev(const string& str, unsigned int width, |