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, 3 insertions, 0 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
index 6dff31f..6c152d0 100644
--- a/src/strusCms.hpp
+++ b/src/strusCms.hpp
@@ -6,6 +6,9 @@
class strusCms : public cppcms::application {
public:
strusCms( cppcms::service &srv );
+
+ private:
+ void intro( );
};
#endif