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:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user