diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-23 01:49:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-23 01:49:57 +0300 |
commit | e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a (patch) | |
tree | 52478efd9359de529eaebce001a20f55ac7f57cb /src/actormanager.h | |
parent | d5e0c211ced60c77acad477f30ef8039ef05b48b (diff) | |
download | plus-e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a.tar.gz plus-e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a.tar.bz2 plus-e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a.tar.xz plus-e41a4b4d4cdd4f4d7ef39981c753b92ca75dc07a.zip |
Add const attribute to other files.
Diffstat (limited to 'src/actormanager.h')
-rw-r--r-- | src/actormanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actormanager.h b/src/actormanager.h index 9646a3cee..4a50e4571 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -217,7 +217,7 @@ class ActorManager final: public ConfigListener /** * Returns the whole list of beings. */ - const ActorSprites &getAll() const; + const ActorSprites &getAll() const A_CONST; /** * Returns true if the given ActorSprite is in the manager's list, |