From c544d6bbaf65bdf20ec308239d66b21315f829cc 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(-) (limited to 'src/lib/server.h') diff --git a/src/lib/server.h b/src/lib/server.h index 5025a2760..9fe3eaa16 100644 --- a/src/lib/server.h +++ b/src/lib/server.h @@ -53,7 +53,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 &); dcpomatic::io_context _io_context; boost::asio::ip::tcp::acceptor _acceptor; -- cgit v1.2.3