summaryrefslogtreecommitdiff
path: root/lib/httpserver/HTTPServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/httpserver/HTTPServer.h')
-rw-r--r--lib/httpserver/HTTPServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/httpserver/HTTPServer.h b/lib/httpserver/HTTPServer.h
index 9a86b04f..8009438d 100644
--- a/lib/httpserver/HTTPServer.h
+++ b/lib/httpserver/HTTPServer.h
@@ -46,7 +46,7 @@ public:
// Created: 26/3/04
//
// --------------------------------------------------------------------------
- virtual void Handle(const HTTPRequest &rRequest, HTTPResponse &rResponse) = 0;
+ virtual void Handle(HTTPRequest &rRequest, HTTPResponse &rResponse) = 0;
// For notifications to derived classes
virtual void HTTPConnectionOpening();