Commit f1ac2cd3 authored by Max Kellermann's avatar Max Kellermann

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

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