From 00d3c3b57008bddf8770c51271db9d766acaf854 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Sat, 25 Apr 2015 15:13:44 +0200 Subject: [PATCH] Gave Layer class a protected constructor --- src/layer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layer.h b/src/layer.h index 7954502..675558c 100644 --- a/src/layer.h +++ b/src/layer.h @@ -39,6 +39,8 @@ public: Status getStatus() { return status; } protected: + Layer() {} + /** * Request the Layer to be removed from the stack. * There could be a few more calls to the Layer before it is actually