summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
index 579b2d7..9f2bba4 100644
--- a/src/strusCms.hpp
+++ b/src/strusCms.hpp
@@ -15,8 +15,9 @@ class strusCms : public cppcms::application {
std::string root( std::string locale_name = "" );
public:
- apps::intro intro;
apps::user user;
+ apps::intro intro;
+ apps::master master;
std::string conn;
mailer mail;