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/inventorywindow.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/windows/inventorywindow.h') diff --git a/src/gui/windows/inventorywindow.h b/src/gui/windows/inventorywindow.h index eca01ab05..790593b6f 100644 --- a/src/gui/windows/inventorywindow.h +++ b/src/gui/windows/inventorywindow.h @@ -187,11 +187,11 @@ class InventoryWindow final : public Window, Button *mInvCloseButton; ProgressBar *mWeightBar; - ProgressBar *mSlotsBar; + ProgressBar *mSlotsBar A_NONNULLPOINTER; TabStrip *mFilter; - SortListModelInv *mSortModel; - DropDown *mSortDropDown; - TextField *mNameFilter; + SortListModelInv *mSortModel A_NONNULLPOINTER; + DropDown *mSortDropDown A_NONNULLPOINTER; + TextField *mNameFilter A_NONNULLPOINTER; LayoutCell *mSortDropDownCell; LayoutCell *mNameFilterCell; LayoutCell *mFilterCell; -- cgit v1.2.3-60-g2f50