diff --git a/src/object/life_support.cpp b/src/object/life_support.cpp index cada3bd6..a746d4ae 100644 --- a/src/object/life_support.cpp +++ b/src/object/life_support.cpp @@ -32,7 +32,7 @@ extern "C" ((life_support*)self)->patient = 0; // Let the weak reference die. This probably kills us. Py_XDECREF(PyTuple_GET_ITEM(arg, 0)); - return detail::none(); + return ::boost::python::detail::none(); } }