From 35997e9d743721ee0392812d38e29616885a427c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 13 Dec 2015 15:53:59 +0100 Subject: renamed the project to aCms (avoid confusion) --- src/master.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/master.hpp') 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 ); -- cgit v1.2.3-54-g00ecf