diff options
Diffstat (limited to 'src/modules/httpd.h')
-rw-r--r-- | src/modules/httpd.h | 2 |
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; |