2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00
[SVN r16354]
This commit is contained in:
Dave Abrahams
2002-11-21 00:21:23 +00:00
parent 715118ce39
commit 75bd427b8e

View File

@@ -258,7 +258,7 @@ bool is_cached(noddy_NoddyObject* x)
void set_cache(noddy_NoddyObject* x)
{
cache = handle<>(borrowed(x));
cache = handle<noddy_NoddyObject>(borrowed(x));
}
BOOST_PYTHON_MODULE(noddy_cache)