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/shopwindow.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/gui/windows/shopwindow.h') diff --git a/src/gui/windows/shopwindow.h b/src/gui/windows/shopwindow.h index ea70bf3c2..73520eadd 100644 --- a/src/gui/windows/shopwindow.h +++ b/src/gui/windows/shopwindow.h @@ -174,18 +174,18 @@ class ShopWindow final : public Window, typedef std::list DialogList; static DialogList instances; - Button *mCloseButton; + Button *mCloseButton A_NONNULLPOINTER; - ShopItems *mBuyShopItems; - ShopItems *mSellShopItems; + ShopItems *mBuyShopItems A_NONNULLPOINTER; + ShopItems *mSellShopItems A_NONNULLPOINTER; ShopItem *mTradeItem; - ShopListBox *mBuyShopItemList; - ShopListBox *mSellShopItemList; + ShopListBox *mBuyShopItemList A_NONNULLPOINTER; + ShopListBox *mSellShopItemList A_NONNULLPOINTER; ShopListBox *mCurrentShopItemList; - ScrollArea *mScrollArea; - Button *mAddButton; - Button *mDeleteButton; + ScrollArea *mScrollArea A_NONNULLPOINTER; + Button *mAddButton A_NONNULLPOINTER; + Button *mDeleteButton A_NONNULLPOINTER; Button *mAnnounceButton; Button *mPublishButton; Button *mRenameButton; -- cgit v1.2.3-70-g09d2