summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/Application.h')
-rw-r--r--Userland/Libraries/LibGUI/Application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/Application.h b/Userland/Libraries/LibGUI/Application.h
index 04dcbe3b75..f4f594d6fd 100644
--- a/Userland/Libraries/LibGUI/Application.h
+++ b/Userland/Libraries/LibGUI/Application.h
@@ -79,7 +79,7 @@ public:
{
set_drag_hovered_widget_impl(widget, position, move(mime_types));
}
- void notify_drag_cancelled(Badge<WindowServerConnection>);
+ void notify_drag_cancelled(Badge<ConnectionToWindowServer>);
Function<void(Action&)> on_action_enter;
Function<void(Action&)> on_action_leave;