summaryrefslogtreecommitdiff
path: root/src/master.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/master.hpp')
-rw-r--r--src/master.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/master.hpp b/src/master.hpp
index d195601..7390b8b 100644
--- a/src/master.hpp
+++ b/src/master.hpp
@@ -7,14 +7,14 @@
namespace apps {
-class strusCms;
+class aCms;
class master : public cppcms::application {
protected:
- strusCms &cms;
+ aCms &cms;
public:
- master( strusCms &cms );
+ master( aCms &cms );
void ini( content::master &c );
void register_common_pages( );
void serve_file( std::string file_name );