]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/httpd.h
Remote server PRIVMSG/NOTICE to nickname support
[user/henk/code/inspircd.git] / src / modules / httpd.h
index 59e099f80992fada01da70897be77d3debdcdaa3..a1eff6b638e798acbf75c8a01f4beac8902d9db6 100644 (file)
@@ -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;