summaryrefslogtreecommitdiffstats
path: root/gui/pages.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages.hpp')
-rw-r--r--gui/pages.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/pages.hpp b/gui/pages.hpp
index 2ce3e13a4..b042c0db8 100644
--- a/gui/pages.hpp
+++ b/gui/pages.hpp
@@ -111,6 +111,7 @@ protected:
std::vector<xml_node<>*> templates;
Page* mCurrentPage;
Page* mOverlayPage; // This is a special case, used for "locking" the screen
+ std::vector<xml_document<>*> mIncludedDocs;
};
class PageManager