From 36751a0e0a2ea34fe133a40ad952f5cd63816e04 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 14 Jan 2004 01:39:40 +0000 Subject: [PATCH] merged from trun [SVN r21716] --- src/object/life_support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }