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/chatwindow.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gui/windows/chatwindow.h') diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index ea71e4716..57ff1230d 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -360,13 +360,13 @@ class ChatWindow final : public Window, std::string partName); /** Used for showing item popup on clicking links **/ - ItemLinkHandler *mItemLinkHandler; + ItemLinkHandler *mItemLinkHandler A_NONNULLPOINTER; /** Tabbed area for holding each channel. */ - TabbedArea *mChatTabs; + TabbedArea *mChatTabs A_NONNULLPOINTER; /** Input box for typing chat messages. */ - ChatInput *mChatInput; + ChatInput *mChatInput A_NONNULLPOINTER; void initTradeFilter(); @@ -401,9 +401,9 @@ class ChatWindow final : public Window, StringVect mTradeFilter; - ColorListModel *mColorListModel; - DropDown *mColorPicker; - Button *mChatButton; + ColorListModel *mColorListModel A_NONNULLPOINTER; + DropDown *mColorPicker A_NONNULLPOINTER; + Button *mChatButton A_NONNULLPOINTER; std::list mAwayLog; StringVect mHighlights; StringVect mGlobalsFilter; -- cgit v1.2.3-60-g2f50