summaryrefslogtreecommitdiffstats
path: root/source/Root.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-24 20:52:37 +0200
committermadmaxoft <github@xoft.cz>2013-09-24 20:52:37 +0200
commit11e0c73ffd23a506c68ae351641a7ca74085ca81 (patch)
tree35c68724d42014f4b5f55beacc0aaf030dda1a34 /source/Root.h
parentFixed a few compiler warnings (diff)
downloadcuberite-11e0c73ffd23a506c68ae351641a7ca74085ca81.tar
cuberite-11e0c73ffd23a506c68ae351641a7ca74085ca81.tar.gz
cuberite-11e0c73ffd23a506c68ae351641a7ca74085ca81.tar.bz2
cuberite-11e0c73ffd23a506c68ae351641a7ca74085ca81.tar.lz
cuberite-11e0c73ffd23a506c68ae351641a7ca74085ca81.tar.xz
cuberite-11e0c73ffd23a506c68ae351641a7ca74085ca81.tar.zst
cuberite-11e0c73ffd23a506c68ae351641a7ca74085ca81.zip
Diffstat (limited to '')
-rw-r--r--source/Root.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Root.h b/source/Root.h
index 194b1cbb5..48a3a760c 100644
--- a/source/Root.h
+++ b/source/Root.h
@@ -2,6 +2,7 @@
#pragma once
#include "Authenticator.h"
+#include "WebServer.h"
@@ -141,6 +142,7 @@ private:
cWebAdmin * m_WebAdmin;
cPluginManager * m_PluginManager;
cAuthenticator m_Authenticator;
+ cWebServer m_WebServer;
cMCLogger * m_Log;