diff options
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, |