diff options
Diffstat (limited to '')
-rw-r--r-- | gui/pages.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/pages.hpp b/gui/pages.hpp index 50155d0e9..f0b2155c4 100644 --- a/gui/pages.hpp +++ b/gui/pages.hpp @@ -115,7 +115,7 @@ protected: std::vector<Page*> mPages; std::vector<xml_node<>*> templates; Page* mCurrentPage; - Page* mOverlayPage; // This is a special case, used for "locking" the screen + std::vector<Page*> mOverlays; // Special case for popup dialogs and the lock screen std::vector<xml_document<>*> mIncludedDocs; }; |