diff options
Diffstat (limited to 'src/gui/widgets/popuplist.h')
-rw-r--r-- | src/gui/widgets/popuplist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h index 70faff0f8..2322f92c2 100644 --- a/src/gui/widgets/popuplist.h +++ b/src/gui/widgets/popuplist.h @@ -74,8 +74,8 @@ class PopupList final : public Popup, private: ListModel *mListModel; - ListBox *mListBox; - ScrollArea *mScrollArea; + ListBox *mListBox A_NONNULLPOINTER; + ScrollArea *mScrollArea A_NONNULLPOINTER; DropDown *mDropDown; int mPressedIndex; Modal mModal; |