aboutsummaryrefslogtreecommitdiff
path: root/src/output/HttpdClient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/HttpdClient.cxx')
-rw-r--r--src/output/HttpdClient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/HttpdClient.cxx b/src/output/HttpdClient.cxx
index 33aad191..6b1b9c50 100644
--- a/src/output/HttpdClient.cxx
+++ b/src/output/HttpdClient.cxx
@@ -335,7 +335,7 @@ httpd_client_in_event(G_GNUC_UNUSED GIOChannel *source, GIOCondition condition,
}
}
-HttpdClient::HttpdClient(httpd_output *_httpd, int _fd,
+HttpdClient::HttpdClient(HttpdOutput *_httpd, int _fd,
bool _metadata_supported)
:httpd(_httpd),
channel(g_io_channel_new_socket(_fd)),