From cf0e319d143ed2142dbdb54be7f9700fb3486c02 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 2 Feb 2025 15:43:42 +0100 Subject: Missing parameter name. --- src/lib/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/server.h b/src/lib/server.h index 7e42f6cbd..74727da34 100644 --- a/src/lib/server.h +++ b/src/lib/server.h @@ -52,7 +52,7 @@ private: virtual void handle (std::shared_ptr socket) = 0; void start_accept (); - void handle_accept (std::shared_ptr, boost::system::error_code const &); + void handle_accept(std::shared_ptr socket, boost::system::error_code const &); boost::asio::io_service _io_service; boost::asio::ip::tcp::acceptor _acceptor; -- cgit v1.2.3