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/dropdown.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/dropdown.h') diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index e07e783c7..fb4d03e94 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -145,7 +145,7 @@ class DropDown final : public ActionListener, */ void drawButton(Graphics *graphics) A_NONNULL(2); - PopupList *mPopup; + PopupList *mPopup A_NONNULLPOINTER; Color mShadowColor; Color mHighlightColor; int mPadding; -- cgit v1.2.3-60-g2f50