From e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Dec 2015 01:49:57 +0300 Subject: Add const attribute to other files. --- src/particle/particle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/particle/particle.h') diff --git a/src/particle/particle.h b/src/particle/particle.h index e33bb986c..3e396a1c0 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -95,7 +95,8 @@ class Particle notfinal : public Actor */ virtual void draw(Graphics *const graphics, const int offsetX, - const int offsetY) const override A_NONNULL(2); + const int offsetY) const override + A_CONST A_NONNULL(2); /** * Necessary for sorting with the other sprites. -- cgit v1.2.3-60-g2f50