summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/server.h2
1 files changed, 1 insertions, 1 deletions
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> socket) = 0;
void start_accept ();
- void handle_accept (std::shared_ptr<Socket>, boost::system::error_code const &);
+ void handle_accept(std::shared_ptr<Socket> socket, boost::system::error_code const &);
dcpomatic::io_context _io_context;
boost::asio::ip::tcp::acceptor _acceptor;