From 8ae877cf5d4abd2c97d299c5067c6d2f77dd2811 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 16 Mar 2016 15:02:46 +0300 Subject: Add nonnull attributes to particle classes. --- src/particle/imageparticle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/particle/imageparticle.h') diff --git a/src/particle/imageparticle.h b/src/particle/imageparticle.h index b1b0556d8..0fdac0d60 100644 --- a/src/particle/imageparticle.h +++ b/src/particle/imageparticle.h @@ -63,7 +63,8 @@ class ImageParticle notfinal : public Particle static StringIntMap imageParticleCountByName; protected: - Image *restrict mImage; /**< The image used for this particle. */ + /**< The image used for this particle. */ + Image *restrict mImage; }; #endif // PARTICLE_IMAGEPARTICLE_H -- cgit v1.2.3-70-g09d2