summaryrefslogtreecommitdiffstats
path: root/src/HTTP/HTTPServerConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTTP/HTTPServerConnection.h')
-rw-r--r--src/HTTP/HTTPServerConnection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTTP/HTTPServerConnection.h b/src/HTTP/HTTPServerConnection.h
index 62d3b7182..4390471d0 100644
--- a/src/HTTP/HTTPServerConnection.h
+++ b/src/HTTP/HTTPServerConnection.h
@@ -18,7 +18,7 @@
// fwd:
class cHTTPServer;
-class cHTTPResponse;
+class cHTTPOutgoingResponse;
class cHTTPIncomingRequest;
@@ -45,7 +45,7 @@ public:
void SendNeedAuth(const AString & a_Realm);
/** Sends the headers contained in a_Response */
- void Send(const cHTTPResponse & a_Response);
+ void Send(const cHTTPOutgoingResponse & a_Response);
/** Sends the data as the response (may be called multiple times) */
void Send(const void * a_Data, size_t a_Size);