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/tradewindow.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/gui/windows/tradewindow.h') diff --git a/src/gui/windows/tradewindow.h b/src/gui/windows/tradewindow.h index b1ac84045..d82714816 100644 --- a/src/gui/windows/tradewindow.h +++ b/src/gui/windows/tradewindow.h @@ -178,17 +178,17 @@ class TradeWindow final : public Window, */ void setStatus(const Status s); - Inventory *mMyInventory; - Inventory *mPartnerInventory; + Inventory *mMyInventory A_NONNULLPOINTER; + Inventory *mPartnerInventory A_NONNULLPOINTER; - ItemContainer *mMyItemContainer; - ItemContainer *mPartnerItemContainer; + ItemContainer *mMyItemContainer A_NONNULLPOINTER; + ItemContainer *mPartnerItemContainer A_NONNULLPOINTER; - Label *mMoneyLabel; - Button *mAddButton; - Button *mOkButton; - Button *mMoneyChangeButton; - TextField *mMoneyField; + Label *mMoneyLabel A_NONNULLPOINTER; + Button *mAddButton A_NONNULLPOINTER; + Button *mOkButton A_NONNULLPOINTER; + Button *mMoneyChangeButton A_NONNULLPOINTER; + TextField *mMoneyField A_NONNULLPOINTER; Item* mAutoAddItem; std::string mAutoAddToNick; -- cgit v1.2.3-60-g2f50