summaryrefslogtreecommitdiff
path: root/src/particle/particle.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-23 01:49:57 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-23 01:49:57 +0300
commite41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a (patch)
tree52478efd9359de529eaebce001a20f55ac7f57cb /src/particle/particle.h
parentd5e0c211ced60c77acad477f30ef8039ef05b48b (diff)
downloadplus-e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a.tar.gz
plus-e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a.tar.bz2
plus-e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a.tar.xz
plus-e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a.zip
Add const attribute to other files.
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r--src/particle/particle.h3
1 files changed, 2 insertions, 1 deletions
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.