summaryrefslogtreecommitdiffhomepage
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/http.h b/http.h
index d98170d..c8f27a3 100644
--- a/http.h
+++ b/http.h
@@ -10,9 +10,8 @@ namespace HTTP {
class Server: public ::Server
{
- const Socket& m_socket;
public:
- Server(Config& config, boost::asio::io_context& ioc, const Socket& socket);
+ Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins);
virtual ~Server();
int start() override;
};