diff --git a/AK/Vector.h b/AK/Vector.h index 74dd02f1018..6a4b3ebc5de 100644 --- a/AK/Vector.h +++ b/AK/Vector.h @@ -33,7 +33,7 @@ namespace AK { template class Vector { public: - using value_type = T; + using ValueType = T; Vector() : m_capacity(inline_capacity)