summaryrefslogtreecommitdiff
path: root/src/gui/widgets/selldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/selldialog.h')
-rw-r--r--src/gui/widgets/selldialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/widgets/selldialog.h b/src/gui/widgets/selldialog.h
index a9cb24870..dcc92cfd2 100644
--- a/src/gui/widgets/selldialog.h
+++ b/src/gui/widgets/selldialog.h
@@ -123,17 +123,17 @@ class SellDialog notfinal : public Window,
virtual void initButtons()
{ }
- Button *mSellButton;
- Button *mQuitButton;
+ Button *mSellButton A_NONNULLPOINTER;
+ Button *mQuitButton A_NONNULLPOINTER;
Button *mAddMaxButton;
Button *mIncreaseButton;
Button *mDecreaseButton;
- ShopListBox *mShopItemList;
- ScrollArea *mScrollArea;
+ ShopListBox *mShopItemList A_NONNULLPOINTER;
+ ScrollArea *mScrollArea A_NONNULLPOINTER;
Label *mMoneyLabel;
Label *mQuantityLabel;
Slider *mSlider;
- ShopItems *mShopItems;
+ ShopItems *mShopItems A_NONNULLPOINTER;
int mPlayerMoney;
int mMaxItems;