diff --git a/include/boost/python/converter/return_from_python.hpp b/include/boost/python/converter/return_from_python.hpp index 85fd3671..9bfca7ec 100755 --- a/include/boost/python/converter/return_from_python.hpp +++ b/include/boost/python/converter/return_from_python.hpp @@ -37,7 +37,7 @@ namespace detail template struct return_rvalue_from_python { - typedef call_traits::param_type result_type; + typedef typename call_traits::param_type result_type; return_rvalue_from_python(); result_type operator()(PyObject*); private: