AK: Rename Vector::{value_type => ValueType}
This commit is contained in:
parent
c7cd81bce8
commit
c3fa13fa73
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ namespace AK {
|
|||
template<typename T, size_t inline_capacity>
|
||||
class Vector {
|
||||
public:
|
||||
using value_type = T;
|
||||
using ValueType = T;
|
||||
|
||||
Vector()
|
||||
: m_capacity(inline_capacity)
|
||||
|
|
|
|||
Loading…
Reference in a new issue