diff --git a/include/boost/python/from_python.hpp b/include/boost/python/from_python.hpp index 8c3f94bb..726928ac 100644 --- a/include/boost/python/from_python.hpp +++ b/include/boost/python/from_python.hpp @@ -39,7 +39,7 @@ struct from_python // implementations // template -from_python::from_python(PyObject* source) +inline from_python::from_python(PyObject* source) : base(source) { }