mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
This commit is contained in:
parent
3d94b5051d
commit
7ac196974d
22 changed files with 92 additions and 94 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
Menu* hovered_menu() { return m_hovered_menu; }
|
||||
|
||||
private:
|
||||
void close_menus(const Vector<Menu*>&);
|
||||
void close_menus(const Vector<Menu&>&);
|
||||
|
||||
virtual void event(Core::Event&) override;
|
||||
void handle_mouse_event(MouseEvent&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue