summaryrefslogtreecommitdiff
path: root/src/modules/httpd.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-18 16:18:44 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-18 16:18:44 +0000
commitfa452641bf37077fcda964d59e404a76e1fb13e5 (patch)
tree20b969a1580ddc5dd09b1ab6a998ae486028d924 /src/modules/httpd.h
parenta59d08fffd3dc8a9850ce34c9928fb6382b9b37f (diff)
Remove more classbase
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11905 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/httpd.h')
-rw-r--r--src/modules/httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/httpd.h b/src/modules/httpd.h
index 483009095..97148d413 100644
--- a/src/modules/httpd.h
+++ b/src/modules/httpd.h
@@ -22,7 +22,7 @@
/** A modifyable list of HTTP header fields
*/
-class HTTPHeaders : public classbase
+class HTTPHeaders
{
protected:
std::map<std::string,std::string> headers;