From 6073c6da086f3d1eec0fed731dc3fa5d8808fa0d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Aug 2015 16:12:52 +0300 Subject: Add missing checks or attributes to windows. --- src/gui/windows/socialwindow.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/gui/windows/socialwindow.h') diff --git a/src/gui/windows/socialwindow.h b/src/gui/windows/socialwindow.h index a3a10101e..a5e3c3c50 100644 --- a/src/gui/windows/socialwindow.h +++ b/src/gui/windows/socialwindow.h @@ -153,17 +153,17 @@ class SocialWindow final : public Window, SocialTab *mAttackFilter; SocialTab *mPickupFilter; - SocialTab *mPlayers; - SocialTab *mNavigation; - SocialTab *mFriends; + SocialTab *mPlayers A_NONNULLPOINTER; + SocialTab *mNavigation A_NONNULLPOINTER; + SocialTab *mFriends A_NONNULLPOINTER; - CreatePartyPopup *mCreatePopup; + CreatePartyPopup *mCreatePopup A_NONNULLPOINTER; - Button *mCreateButton; - Button *mInviteButton; - Button *mLeaveButton; - Label *mCountLabel; - TabbedArea *mTabs; + Button *mCreateButton A_NONNULLPOINTER; + Button *mInviteButton A_NONNULLPOINTER; + Button *mLeaveButton A_NONNULLPOINTER; + Label *mCountLabel A_NONNULLPOINTER; + TabbedArea *mTabs A_NONNULLPOINTER; Map *mMap; int mLastUpdateTime; -- cgit v1.2.3-60-g2f50