aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdClient.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-31 16:24:51 +0100
committerMax Kellermann <max@duempel.org>2013-12-31 16:24:51 +0100
commitf1ac2cd33642fff7fcf0981add7594a45c832e25 (patch)
treec935ca651a64dea662d4f2ae1027174200bcca0a /src/output/HttpdClient.hxx
parente73d0df2b6c30d5b6242ef2adead59171f024452 (diff)
downloadmpd-f1ac2cd33642fff7fcf0981add7594a45c832e25.tar.gz
mpd-f1ac2cd33642fff7fcf0981add7594a45c832e25.tar.xz
mpd-f1ac2cd33642fff7fcf0981add7594a45c832e25.zip
output/httpd: make the HttpdClient base class "private"
Diffstat (limited to 'src/output/HttpdClient.hxx')
-rw-r--r--src/output/HttpdClient.hxx2
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.
*/