summaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.h')
-rw-r--r--httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.h b/httpd.h
index 34866aa..f9c0930 100644
--- a/httpd.h
+++ b/httpd.h
@@ -31,7 +31,7 @@ class HTTPServer {
tcp::acceptor acceptor_;
public:
- HTTPServer(boost::asio::io_service& io_service);
+ HTTPServer(boost::asio::io_service& io_service, const tcp::endpoint& endpoint);
};
#endif