From 798e5157b182f2bd59713331183e1c700abfe717 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Tue, 25 Jan 2022 12:51:51 +0100 Subject: Mac compile fix --- zenserver/auth/authservice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zenserver/auth/authservice.cpp') diff --git a/zenserver/auth/authservice.cpp b/zenserver/auth/authservice.cpp index c6def15b4..eecad45bf 100644 --- a/zenserver/auth/authservice.cpp +++ b/zenserver/auth/authservice.cpp @@ -11,7 +11,7 @@ HttpAuthService::HttpAuthService() { m_Router.RegisterRoute( "token", - [this](HttpRouterRequest& RouterRequest) { + [](HttpRouterRequest& RouterRequest) { HttpServerRequest& ServerRequest = RouterRequest.ServerRequest(); ServerRequest.WriteResponse(HttpResponseCode::OK); }, -- cgit v1.2.3