Commit 29f2b37c authored by Kenton Varda's avatar Kenton Varda

Fix build.

parent 5f20b5cc
...@@ -1634,7 +1634,7 @@ kj::Own<HttpClient> newHttpClient( ...@@ -1634,7 +1634,7 @@ kj::Own<HttpClient> newHttpClient(
namespace { namespace {
class HttpServiceAdapter: public HttpService { class HttpServiceAdapter final: public HttpService {
public: public:
HttpServiceAdapter(HttpClient& client): client(client) {} HttpServiceAdapter(HttpClient& client): client(client) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment