From f1ac2cd33642fff7fcf0981add7594a45c832e25 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 31 Dec 2013 16:24:51 +0100 Subject: [PATCH] output/httpd: make the HttpdClient base class "private" --- src/output/HttpdClient.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/HttpdClient.hxx b/src/output/HttpdClient.hxx index 66a819232..5c1a538cb 100644 --- a/src/output/HttpdClient.hxx +++ b/src/output/HttpdClient.hxx @@ -30,7 +30,7 @@ struct HttpdOutput; class Page; -class HttpdClient final : public BufferedSocket { +class HttpdClient final : BufferedSocket { /** * The httpd output object this client is connected to. */