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/outfitwindow.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/gui/windows/outfitwindow.h') diff --git a/src/gui/windows/outfitwindow.h b/src/gui/windows/outfitwindow.h index 27a3d73aa..9a3c28baf 100644 --- a/src/gui/windows/outfitwindow.h +++ b/src/gui/windows/outfitwindow.h @@ -102,13 +102,13 @@ class OutfitWindow final : public Window, const int pointY) const A_WARN_UNUSED; void save() const; - Button *mPreviousButton; - Button *mNextButton; - Button *mEquipButtom; - Label *mCurrentLabel; - CheckBox *mUnequipCheck; - CheckBox *mAwayOutfitCheck; - Label *mKeyLabel; + Button *mPreviousButton A_NONNULLPOINTER; + Button *mNextButton A_NONNULLPOINTER; + Button *mEquipButtom A_NONNULLPOINTER; + Label *mCurrentLabel A_NONNULLPOINTER; + CheckBox *mUnequipCheck A_NONNULLPOINTER; + CheckBox *mAwayOutfitCheck A_NONNULLPOINTER; + Label *mKeyLabel A_NONNULLPOINTER; Color mBorderColor; -- cgit v1.2.3-60-g2f50