diff options
Diffstat (limited to 'Services/WindowServer/ClientConnection.h')
-rw-r--r-- | Services/WindowServer/ClientConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/WindowServer/ClientConnection.h b/Services/WindowServer/ClientConnection.h index 0ca52c1531..331dd79327 100644 --- a/Services/WindowServer/ClientConnection.h +++ b/Services/WindowServer/ClientConnection.h @@ -84,7 +84,7 @@ public: void notify_display_link(Badge<Compositor>); private: - explicit ClientConnection(Core::LocalSocket&, int client_id); + explicit ClientConnection(NonnullRefPtr<Core::LocalSocket>, int client_id); // ^ClientConnection virtual void die() override; |