From 1257b32464f60490c366bc26802a27f922c6ba32 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 2 Mar 2002 02:29:06 +0000 Subject: [PATCH] added missing 'inline' [SVN r13006] --- include/boost/python/from_python.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }