diff options
Diffstat (limited to 'src/gui/widgets/sliderlist.h')
-rw-r--r-- | src/gui/widgets/sliderlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |