diff options
Diffstat (limited to 'Services/Taskbar/TaskbarWindow.h')
-rw-r--r-- | Services/Taskbar/TaskbarWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/Taskbar/TaskbarWindow.h b/Services/Taskbar/TaskbarWindow.h index 4173ac7626..ae290ebd72 100644 --- a/Services/Taskbar/TaskbarWindow.h +++ b/Services/Taskbar/TaskbarWindow.h @@ -40,7 +40,7 @@ public: private: void create_quick_launch_bar(); - void on_screen_rect_change(const Gfx::Rect&); + void on_screen_rect_change(const Gfx::IntRect&); NonnullRefPtr<GUI::Button> create_button(const WindowIdentifier&); virtual void wm_event(GUI::WMEvent&) override; |