From 32b055d5738256c4a3e653a3e7b41d86739a3b74 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Aug 2015 16:13:21 +0300 Subject: Add missing checks or attributes to popups. --- src/gui/popups/itempopup.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gui/popups/itempopup.h') diff --git a/src/gui/popups/itempopup.h b/src/gui/popups/itempopup.h index a66262473..fb2a935ca 100644 --- a/src/gui/popups/itempopup.h +++ b/src/gui/popups/itempopup.h @@ -75,13 +75,13 @@ class ItemPopup final : public Popup private: std::string getCardsString(const int *const cards); - Label *mItemName; - TextBox *mItemDesc; - TextBox *mItemEffect; - TextBox *mItemWeight; - TextBox *mItemCards; + Label *mItemName A_NONNULLPOINTER; + TextBox *mItemDesc A_NONNULLPOINTER; + TextBox *mItemEffect A_NONNULLPOINTER; + TextBox *mItemWeight A_NONNULLPOINTER; + TextBox *mItemCards A_NONNULLPOINTER; ItemType::Type mItemType; - Icon *mIcon; + Icon *mIcon A_NONNULLPOINTER; std::string mLastName; int mLastId; ItemColor mLastColor; -- cgit v1.2.3-60-g2f50