summaryrefslogtreecommitdiffstats
path: root/gui/pages.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages.hpp')
-rw-r--r--gui/pages.hpp2
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;
};