summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar/TaskbarButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/Taskbar/TaskbarButton.h')
-rw-r--r--Userland/Services/Taskbar/TaskbarButton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/Taskbar/TaskbarButton.h b/Userland/Services/Taskbar/TaskbarButton.h
index 1947a92bd8..e766803dc8 100644
--- a/Userland/Services/Taskbar/TaskbarButton.h
+++ b/Userland/Services/Taskbar/TaskbarButton.h
@@ -18,7 +18,7 @@ public:
void clear_taskbar_rect();
private:
- explicit TaskbarButton(const WindowIdentifier&);
+ explicit TaskbarButton(WindowIdentifier const&);
virtual void context_menu_event(GUI::ContextMenuEvent&) override;
virtual void resize_event(GUI::ResizeEvent&) override;