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