From 195315b65cfb8e74bf09ff416f69e80c50a01f74 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 28 Mar 2016 18:16:53 +0300 Subject: Rename static widgets collections in Widget. --- src/gui/widgets/widget.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/widget.h') 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 mWidgets; + static std::list mAllWidgets; - static std::set mWidgetsSet; + static std::set mAllWidgetsSet; }; #endif // GUI_WIDGETS_WIDGET_H -- cgit v1.2.3-60-g2f50