1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-01 04:42:22 +03:00

Gave Layer class a protected constructor

This commit is contained in:
Maarten ter Huurne 2015-04-25 15:13:44 +02:00
parent 519387e38c
commit 00d3c3b570

View File

@ -39,6 +39,8 @@ public:
Status getStatus() { return status; } Status getStatus() { return status; }
protected: protected:
Layer() {}
/** /**
* Request the Layer to be removed from the stack. * Request the Layer to be removed from the stack.
* There could be a few more calls to the Layer before it is actually * There could be a few more calls to the Layer before it is actually