diff options
Diffstat (limited to 'src/actormanager.h')
-rw-r--r-- | src/actormanager.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/actormanager.h b/src/actormanager.h index 59f8552d2..60a0bec00 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -259,10 +259,9 @@ class ActorManager final: public ConfigListener bool isBlocked(const BeingId id) const; - void printAllToChat() const; + void printAllToChat(); - static void printBeingsToChat(const ActorSprites &beings, - const std::string &header); + void printBeingsToChat(const std::string &header); static void printBeingsToChat(const std::vector<Being*> &beings, const std::string &header); |