diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-16 05:38:19 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:52 -0400 |
commit | 74ecceb2ba0cb1592f570bcb52619f882c15bd27 (patch) | |
tree | 7a59caab0c1f17be2ede0582c954a705187f5a14 /src/pyinterp.h | |
parent | e309cac9c17e989bb91db137db6d390b3ccbb29a (diff) | |
download | ledger-74ecceb2ba0cb1592f570bcb52619f882c15bd27.tar.gz ledger-74ecceb2ba0cb1592f570bcb52619f882c15bd27.tar.bz2 ledger-74ecceb2ba0cb1592f570bcb52619f882c15bd27.zip |
Revised xpath_t::path_t
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r-- | src/pyinterp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h index a8f4784f..2258c6c0 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -75,6 +75,7 @@ class python_interpreter_t : public xml::xpath_t::scope_t boost::python::object func; public: functor_t(const string& name, boost::python::object _func) : func(_func) {} + virtual ~functor_t() {} virtual value_t operator()(xml::xpath_t::scope_t * locals); }; |