diff --git a/include/boost/python/object_core.hpp b/include/boost/python/object_core.hpp index 7efc5471..7c477544 100755 --- a/include/boost/python/object_core.hpp +++ b/include/boost/python/object_core.hpp @@ -222,10 +222,10 @@ namespace api object_initializer< BOOST_DEDUCED_TYPENAME unwrap_reference::type >::get( - do_unforward(x) + object::do_unforward(x) , detail::convertible::check( to_ptr( - do_unforward(x) + object::do_unforward(x) ) ) ))