summaryrefslogtreecommitdiff
path: root/src/strusCms.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-30 21:02:15 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-30 21:02:15 +0200
commit536cc69836d758ab7d156115ce296a3a25ce8aac (patch)
treeff24e7f4ed01a9343fe73f049defb4b93f201a5a /src/strusCms.hpp
parenta3e26005fe00abe8836ba5dcdd1b9887ae6b1c27 (diff)
parent37dd84ec2145f500dce94fb136bd266b6445ae16 (diff)
downloadaCms-536cc69836d758ab7d156115ce296a3a25ce8aac.tar.gz
aCms-536cc69836d758ab7d156115ce296a3a25ce8aac.tar.bz2
Merge branch 'master' of ssh://git.andreasbaumann.cc/strusCms
Diffstat (limited to 'src/strusCms.hpp')
-rw-r--r--src/strusCms.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strusCms.hpp b/src/strusCms.hpp
index 9a93e99..579b2d7 100644
--- a/src/strusCms.hpp
+++ b/src/strusCms.hpp
@@ -5,6 +5,7 @@
#include "intro.hpp"
#include "user.hpp"
+#include "mail.hpp"
namespace apps {
@@ -17,11 +18,11 @@ class strusCms : public cppcms::application {
apps::intro intro;
apps::user user;
std::string conn;
+ mailer mail;
private:
std::string script;
std::string locale_name;
-
};
}