mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 04:25:19 +02:00
Gave Layer class a protected constructor
This commit is contained in:
parent
519387e38c
commit
00d3c3b570
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user