2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

added missing 'inline'

[SVN r13006]
This commit is contained in:
Dave Abrahams
2002-03-02 02:29:06 +00:00
parent a437af44f8
commit 1257b32464

View File

@@ -39,7 +39,7 @@ struct from_python<PyObject* const&>
// implementations
//
template <class T>
from_python<T>::from_python(PyObject* source)
inline from_python<T>::from_python(PyObject* source)
: base(source)
{
}