diff options
Diffstat (limited to 'src/gui/popups/statuspopup.h')
-rw-r--r-- | src/gui/popups/statuspopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/statuspopup.h b/src/gui/popups/statuspopup.h index ed39c3ab6..4e7e0728d 100644 --- a/src/gui/popups/statuspopup.h +++ b/src/gui/popups/statuspopup.h @@ -66,7 +66,7 @@ class StatusPopup final : public Popup const std::string &text, const InputActionT key) const; - Label *mLabels[STATUSPOPUP_NUM_LABELS]; + Label *mLabels[STATUSPOPUP_NUM_LABELS] A_NONNULLPOINTER; }; #endif // GUI_POPUPS_STATUSPOPUP_H |