From 460d7531d77019dc4ad799948e02651c9625ee2d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 Mar 2016 14:21:23 +0300 Subject: Add some missing nonnull attributes. --- src/gui/widgets/slider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/slider.h') diff --git a/src/gui/widgets/slider.h b/src/gui/widgets/slider.h index db3dc346c..b6d065634 100644 --- a/src/gui/widgets/slider.h +++ b/src/gui/widgets/slider.h @@ -345,7 +345,7 @@ class Slider final : public Widget, */ Orientation mOrientation; - ImageCollection *mVertexes; + ImageCollection *mVertexes A_NONNULLPOINTER; /** * Holds the length of the marker. -- cgit v1.2.3-60-g2f50