diff options
Diffstat (limited to 'gui/object.cpp')
-rw-r--r-- | gui/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/object.cpp b/gui/object.cpp index de66d95492..327bc27894 100644 --- a/gui/object.cpp +++ b/gui/object.cpp @@ -30,7 +30,7 @@ namespace GUI { GuiObject::GuiObject(const Common::String &name) - : _x(-1000), _y(-1000), _w(0), _h(0), _name(name), _firstWidget(0), _textDrawableArea(Common::Rect(0, 0, 0, 0)) { + : _x(-1000), _y(-1000), _w(0), _h(0), _name(name), _firstWidget(nullptr) { reflowLayout(); } |