summaryrefslogtreecommitdiff
path: root/src/intro_content.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intro_content.hpp')
-rw-r--r--src/intro_content.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intro_content.hpp b/src/intro_content.hpp
index 16bd601..c9e498c 100644
--- a/src/intro_content.hpp
+++ b/src/intro_content.hpp
@@ -6,6 +6,8 @@
namespace content {
struct intro : public master {
+ public:
+ intro( ) : master( ) {}
};
}