]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/httpd.h
fix some unitialised vectors and tidy up a bit.
[user/henk/code/inspircd.git] / src / modules / httpd.h
index 0b3b6fa81735539174bd4e9a7dc674497cde8377..a1eff6b638e798acbf75c8a01f4beac8902d9db6 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -22,7 +22,7 @@
 
 /** A modifyable list of HTTP header fields
  */
-class HTTPHeaders
+class HTTPHeaders : public classbase
 {
  protected:
        std::map<std::string,std::string> headers;