From 1498a699f89f7b5aebdc4629c645c3702ee04f92 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Jun 2015 01:13:26 +0300 Subject: Add A_NONNULL attribute to all parameters with class Graphics. --- src/simpleanimation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simpleanimation.h') diff --git a/src/simpleanimation.h b/src/simpleanimation.h index 2c290bb10..4e588e78b 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -64,7 +64,7 @@ class SimpleAnimation final bool update(const int timePassed); void draw(Graphics *const graphics, - const int posX, const int posY) const; + const int posX, const int posY) const A_NONNULL(2); /** * Resets the animation. -- cgit v1.2.3-60-g2f50