Skip to content

Commit 11d8751

Browse files
author
Ralf W. Grosse-Kunstleve
committed
workaround for gcc 3.4 bug when using precompiled header support
[SVN r21715]
1 parent b03c3a2 commit 11d8751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object/life_support.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern "C"
3232
((life_support*)self)->patient = 0;
3333
// Let the weak reference die. This probably kills us.
3434
Py_XDECREF(PyTuple_GET_ITEM(arg, 0));
35-
return detail::none();
35+
return ::boost::python::detail::none();
3636
}
3737
}
3838

0 commit comments

Comments
 (0)