summaryrefslogtreecommitdiff
path: root/server/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/environment.h')
-rw-r--r--server/src/environment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/environment.h b/server/src/environment.h
index a7b9677..7f34230 100644
--- a/server/src/environment.h
+++ b/server/src/environment.h
@@ -32,6 +32,7 @@
#include "artefact.h"
#include "connectionpool.h"
#include "session.h"
+#include "courselist.h"
#include "templatelist.h"
#include "macrolist.h"
@@ -45,6 +46,7 @@ public:
Sessions sessions;
MacroList macrolist;
TemplateList templatelist;
+ CourseList courselist;
};
#endif/*__PRACRO_ENVIRONMENT_H__*/