diff --git a/src/converter/from_python.cpp b/src/converter/from_python.cpp index 0650fcbb..57aee355 100644 --- a/src/converter/from_python.cpp +++ b/src/converter/from_python.cpp @@ -28,7 +28,7 @@ BOOST_PYTHON_DECL void* find( } BOOST_PYTHON_DECL void* find( - PyObject* const source + PyObject* source , lvalue_from_python_registration const* chain) { for (;chain != 0; chain = chain->next)