summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar/TaskbarWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/Taskbar/TaskbarWindow.h')
-rw-r--r--Userland/Services/Taskbar/TaskbarWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/Taskbar/TaskbarWindow.h b/Userland/Services/Taskbar/TaskbarWindow.h
index 2fbb17d402..1f35507048 100644
--- a/Userland/Services/Taskbar/TaskbarWindow.h
+++ b/Userland/Services/Taskbar/TaskbarWindow.h
@@ -30,6 +30,7 @@ private:
void update_window_button(::Window&, bool);
::Window* find_window_owner(::Window&) const;
+ virtual void event(Core::Event&) override;
virtual void wm_event(GUI::WMEvent&) override;
virtual void screen_rects_change_event(GUI::ScreenRectsChangeEvent&) override;