summaryrefslogtreecommitdiff
path: root/src/intro.cpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-12-13 15:53:59 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-12-13 15:53:59 +0100
commit35997e9d743721ee0392812d38e29616885a427c (patch)
tree36909a9eedfdbcb7591e7c568fef2a6b2ad4c692 /src/intro.cpp
parentebf669cdbf7854f03113a937605658f100aefd48 (diff)
downloadaCms-35997e9d743721ee0392812d38e29616885a427c.tar.gz
aCms-35997e9d743721ee0392812d38e29616885a427c.tar.bz2
renamed the project to aCms (avoid confusion)
Diffstat (limited to 'src/intro.cpp')
-rw-r--r--src/intro.cpp4
1 files changed, 2 insertions, 2 deletions
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 <cppcms/url_dispatcher.h>
#include <cppcms/url_mapper.h>
namespace apps {
-intro::intro( strusCms &cms )
+intro::intro( aCms &cms )
: master( cms )
{
cms.dispatcher( ).assign( "", &intro::show, this );