mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
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…
Add table
Add a link
Reference in a new issue