summaryrefslogtreecommitdiff
path: root/src/master.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/master.hpp')
-rw-r--r--src/master.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/master.hpp b/src/master.hpp
index 75f4eb1..9da1605 100644
--- a/src/master.hpp
+++ b/src/master.hpp
@@ -9,7 +9,7 @@ class strusCms;
class master : public cppcms::application {
protected:
- strusCms &m_cms;
+ strusCms &cms;
public:
master( strusCms &cms );