diff --git a/doc/v2/lvalue_from_pytype.html b/doc/v2/lvalue_from_pytype.html index a2020a46..4bcd4c4c 100755 --- a/doc/v2/lvalue_from_pytype.html +++ b/doc/v2/lvalue_from_pytype.html @@ -249,7 +249,7 @@ typedef struct { } noddy_NoddyObject; using namespace boost::python; -static handle<> cache; +static handle<noddy_NoddyObject> cache; bool is_cached(noddy_NoddyObject* x) { @@ -287,7 +287,7 @@ BOOST_PYTHON_MODULE(noddy_cache)
Revised - 13 November, 2002 + 20 November, 2002