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/equipmentwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/windows/equipmentwindow.h') diff --git a/src/gui/windows/equipmentwindow.h b/src/gui/windows/equipmentwindow.h index 640aa2564..2e901fd0e 100644 --- a/src/gui/windows/equipmentwindow.h +++ b/src/gui/windows/equipmentwindow.h @@ -130,14 +130,14 @@ class EquipmentWindow final : public Window, Equipment *mEquipment; - PlayerBox *mPlayerBox; - Button *mUnequip; + PlayerBox *mPlayerBox A_NONNULLPOINTER; + Button *mUnequip A_NONNULLPOINTER; ImageSet *mImageSet; Being *mBeing; Image *mSlotBackground; Image *mSlotHighlightedBackground; - ImageCollection *mVertexes; + ImageCollection *mVertexes A_NONNULLPOINTER; std::vector mPages; TabStrip *mTabs; Color mHighlightColor; -- cgit v1.2.3-60-g2f50