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