diff --git a/glm/gtc/half_float.inl b/glm/gtc/half_float.inl index a62eb2ad..c883e3b1 100644 --- a/glm/gtc/half_float.inl +++ b/glm/gtc/half_float.inl @@ -339,7 +339,7 @@ namespace detail template GLM_FUNC_QUALIFIER half & tvec3::operator[] ( - tvec3::size_type i + typename tvec3::size_type i ) { assert(i < this->length()); @@ -350,7 +350,7 @@ namespace detail template GLM_FUNC_QUALIFIER half const & tvec3::operator[] ( - tvec3::size_type i + typename tvec3::size_type i ) const { assert(i < this->length()); @@ -681,7 +681,7 @@ namespace detail template GLM_FUNC_QUALIFIER half & tvec4::operator[] ( - tvec4::size_type i + typename tvec4::size_type i ) { assert(i < this->length()); @@ -692,7 +692,7 @@ namespace detail template GLM_FUNC_QUALIFIER half const & tvec4::operator[] ( - tvec4::size_type i + typename tvec4::size_type i ) const { assert(i < this->length());