From de50c30a936b87d79f816790230856347b0dff7e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 18 Apr 2015 13:14:32 +0200 Subject: introduced a sub-app for intro page --- src/intro.hpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/intro.hpp') diff --git a/src/intro.hpp b/src/intro.hpp index 8a9f2a0..0f70ed8 100644 --- a/src/intro.hpp +++ b/src/intro.hpp @@ -1,11 +1,16 @@ -#ifndef iNTRO_CONTENT_HPP -#define INTRO_CONTENT_HPP +#ifndef INTRO_HPP +#define INTRO_HPP #include "master.hpp" namespace apps { class intro : public master { + public: + intro( strusCms &cms ); + + private: + void show( ); }; } -- cgit v1.2.3-54-g00ecf