mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
AK: Make Vector use size_t for its size and capacity
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
const String& name() const { return m_name; }
|
||||
|
||||
Action* action_at(int);
|
||||
Action* action_at(size_t);
|
||||
|
||||
void add_action(NonnullRefPtr<Action>);
|
||||
void add_separator();
|
||||
|
||||
Reference in New Issue
Block a user