output/httpd: make the HttpdClient base class "private"

This commit is contained in:
Max Kellermann 2013-12-31 16:24:51 +01:00
parent e73d0df2b6
commit f1ac2cd336

View File

@ -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.
*/