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/button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/button.h') diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index a4222c395..cb96fa7e3 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -286,7 +286,7 @@ class Button final : public Widget, TextChunk mTextChunk; - ImageCollection *mVertexes2; + ImageCollection *mVertexes2 A_NONNULLPOINTER; Color mEnabledColor; Color mEnabledColor2; Color mDisabledColor; -- cgit v1.2.3-60-g2f50