From e0d14cf8d3c809a0a5291823d3a962a4835a8f6e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 9 Aug 2015 00:25:50 +0300 Subject: Add some missing checks to gui found by paranucker. --- src/gui/widgets/sliderlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/sliderlist.h') diff --git a/src/gui/widgets/sliderlist.h b/src/gui/widgets/sliderlist.h index 525fd3c92..b13389777 100644 --- a/src/gui/widgets/sliderlist.h +++ b/src/gui/widgets/sliderlist.h @@ -77,8 +77,8 @@ class SliderList final : public Container, int getMaxLabelWidth() const A_WARN_UNUSED; - Button *mButtons[2]; - Label *mLabel; + Button *mButtons[2] A_NONNULLPOINTER; + Label *mLabel A_NONNULLPOINTER; ListModel *mListModel; std::string mPrevEventId; std::string mNextEventId; -- cgit v1.2.3-70-g09d2