summaryrefslogtreecommitdiff
path: root/include/modules
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/httpd.h b/include/modules/httpd.h
index 3d94b3f42..86234d53f 100644
--- a/include/modules/httpd.h
+++ b/include/modules/httpd.h
@@ -185,11 +185,11 @@ class HTTPRequest : public Event
*/
class HTTPDocumentResponse
{
+ public:
/** Module that generated this reply
*/
Module* const module;
- public:
std::stringstream* document;
unsigned int responsecode;