summaryrefslogtreecommitdiff
path: root/src/gui/widgets/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/widget.h')
-rw-r--r--src/gui/widgets/widget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/widget.h b/src/gui/widgets/widget.h
index d4b85e4b8..707b4dfb9 100644
--- a/src/gui/widgets/widget.h
+++ b/src/gui/widgets/widget.h
@@ -1250,12 +1250,13 @@ class Widget notfinal : public Widget2
*/
static Font* mGlobalFont;
+ private:
/**
* Holds a list of all instances of widgets.
*/
- static std::list<Widget*> mWidgets;
+ static std::list<Widget*> mAllWidgets;
- static std::set<Widget*> mWidgetsSet;
+ static std::set<Widget*> mAllWidgetsSet;
};
#endif // GUI_WIDGETS_WIDGET_H