mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:48:12 +00:00
LibGUI: Fix a typo
This commit is contained in:
parent
bf522d3bb3
commit
4e3b965d7f
8 changed files with 23 additions and 23 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
protected:
|
||||
virtual void did_scroll() override;
|
||||
virtual void resize_event(GUI::ResizeEvent&) override;
|
||||
virtual void layout_relevant_change_occured() override;
|
||||
virtual void layout_relevant_change_occurred() override;
|
||||
|
||||
private:
|
||||
void update_widget_size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue