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