mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 18:52:26 +00:00
Bugfix
[SVN r16354]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user