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/particle/particle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particle/particle.h') diff --git a/src/particle/particle.h b/src/particle/particle.h index ad141ffc7..7f3a743bf 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -95,7 +95,7 @@ class Particle notfinal : public Actor */ virtual void draw(Graphics *const graphics, const int offsetX, - const int offsetY) const override; + const int offsetY) const override A_NONNULL(2); /** * Necessary for sorting with the other sprites. -- cgit v1.2.3-60-g2f50