diff options
author | Max Kellermann <max@duempel.org> | 2013-12-31 16:24:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-31 16:24:51 +0100 |
commit | f1ac2cd33642fff7fcf0981add7594a45c832e25 (patch) | |
tree | c935ca651a64dea662d4f2ae1027174200bcca0a /src | |
parent | e73d0df2b6c30d5b6242ef2adead59171f024452 (diff) |
output/httpd: make the HttpdClient base class "private"
Diffstat (limited to 'src')
-rw-r--r-- | src/output/HttpdClient.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |