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/whoisonline.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/gui/windows/whoisonline.h') diff --git a/src/gui/windows/whoisonline.h b/src/gui/windows/whoisonline.h index 8ec7d3c2d..f5183ad92 100644 --- a/src/gui/windows/whoisonline.h +++ b/src/gui/windows/whoisonline.h @@ -144,14 +144,15 @@ class WhoIsOnline final : public Window, char *mMemoryBuffer; /** Buffer to handler human readable error provided by curl. */ - char *mCurlError; + char *mCurlError A_NONNULLPOINTER; + + BrowserBox *mBrowserBox A_NONNULLPOINTER; + ScrollArea *mScrollArea A_NONNULLPOINTER; + Button *mUpdateButton A_NONNULLPOINTER; - BrowserBox *mBrowserBox; - ScrollArea *mScrollArea; std::set mOnlinePlayers; std::set mOnlineNicks; - Button *mUpdateButton; std::vector mFriends; std::vector mNeutral; std::vector mDisregard; -- cgit v1.2.3-60-g2f50