summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
index 5d4af13..db7f0d9 100644
--- a/src/strusCms.hpp
+++ b/src/strusCms.hpp
@@ -3,6 +3,8 @@
#include <cppcms/application.h>
+#include "intro.hpp"
+
namespace apps {
class strusCms : public cppcms::application {
@@ -11,11 +13,10 @@ class strusCms : public cppcms::application {
std::string root( std::string locale_name = "" );
private:
- void intro( );
-
- private:
std::string script;
std::string locale_name;
+
+ apps::intro intro;
};
}