diff --git a/include/boost/python/converter/from_python.hpp b/include/boost/python/converter/from_python.hpp index 0881a06a..4fe240ce 100644 --- a/include/boost/python/converter/from_python.hpp +++ b/include/boost/python/converter/from_python.hpp @@ -40,7 +40,7 @@ struct pointer_const_reference_from_python bool convertible() const; private: - detail::referent_storage::type m_result; + typename detail::referent_storage::type m_result; static lvalue_from_python_registration*& chain; };