From 73fac88b0263962c90d2d649938e6a4a5b11a246 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Apr 2013 16:38:52 +0300 Subject: fix style in guichan directory. --- src/guichan/widget.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/guichan/widget.cpp') diff --git a/src/guichan/widget.cpp b/src/guichan/widget.cpp index d1150dbf0..e7838e4d9 100644 --- a/src/guichan/widget.cpp +++ b/src/guichan/widget.cpp @@ -71,6 +71,12 @@ namespace gcn std::set Widget::mWidgetsSet; Widget::Widget() : + mMouseListeners(), + mKeyListeners(), + mActionListeners(), + mDeathListeners(), + mFocusListeners(), + mWidgetListeners(), mForegroundColor(0x000000), mBackgroundColor(0xffffff), mBaseColor(0x808090), @@ -78,12 +84,15 @@ namespace gcn mFocusHandler(nullptr), mInternalFocusHandler(nullptr), mParent(nullptr), + mDimension(), mFrameSize(0), + mActionEventId(), mFocusable(false), mVisible(true), mTabIn(true), mTabOut(true), mEnabled(true), + mId(), mCurrentFont(nullptr) { mWidgets.push_back(this); -- cgit v1.2.3-70-g09d2