diff --git a/include/EASTL/bonus/tuple_vector.h b/include/EASTL/bonus/tuple_vector.h index 7123c57f..07a35a23 100644 --- a/include/EASTL/bonus/tuple_vector.h +++ b/include/EASTL/bonus/tuple_vector.h @@ -340,13 +340,13 @@ struct TupleVecIterCompatible, TupleTypes> : // storing - and harmoniously updating on each modification - a full tuple of pointers to the tupleVec's data template struct TupleVecIter, Ts...> - : public iterator, eastl_size_t, tuple, tuple> + : public iterator, eastl_size_t, tuple, tuple> { private: typedef TupleVecIter, Ts...> this_type; typedef eastl_size_t size_type; - typedef iterator, eastl_size_t, tuple, tuple> iter_type; + typedef iterator, eastl_size_t, tuple, tuple> iter_type; template friend struct TupleVecIter;