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 d29073e..90bd985 100644
--- a/src/master.hpp
+++ b/src/master.hpp
@@ -15,7 +15,7 @@ class master : public cppcms::application {
public:
master( strusCms &cms );
- virtual void ini( content::master &c );
+ void ini( content::master &c );
};
}