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/intro.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/intro.cpp') diff --git a/src/intro.cpp b/src/intro.cpp index 6b91bff..4927c93 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -1,13 +1,13 @@ #include "content.hpp" #include "intro.hpp" -#include "strusCms.hpp" +#include "aCms.hpp" #include #include namespace apps { -intro::intro( strusCms &cms ) +intro::intro( aCms &cms ) : master( cms ) { cms.dispatcher( ).assign( "", &intro::show, this ); -- cgit v1.2.3-54-g00ecf