diff options
Diffstat (limited to 'Services/NotificationServer/ClientConnection.h')
-rw-r--r-- | Services/NotificationServer/ClientConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/NotificationServer/ClientConnection.h b/Services/NotificationServer/ClientConnection.h index bec07fb127..8ea04bbfff 100644 --- a/Services/NotificationServer/ClientConnection.h +++ b/Services/NotificationServer/ClientConnection.h @@ -40,7 +40,7 @@ public: virtual void die() override; private: - explicit ClientConnection(Core::LocalSocket&, int client_id); + explicit ClientConnection(NonnullRefPtr<Core::LocalSocket>, int client_id); virtual OwnPtr<Messages::NotificationServer::GreetResponse> handle(const Messages::NotificationServer::Greet&) override; virtual OwnPtr<Messages::NotificationServer::ShowNotificationResponse> handle(const Messages::NotificationServer::ShowNotification&) override; |