diff options
Diffstat (limited to 'src/actormanager.h')
-rw-r--r-- | src/actormanager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/actormanager.h b/src/actormanager.h index 17bd696d6..f7e306b2a 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -211,11 +211,11 @@ class ActorManager final: public ConfigListener void printAllToChat() const; - void printBeingsToChat(const ActorSprites &beings, - const std::string &header) const; + static void printBeingsToChat(const ActorSprites &beings, + const std::string &header); - void printBeingsToChat(const std::vector<Being*> &beings, - const std::string &header) const; + static void printBeingsToChat(const std::vector<Being*> &beings, + const std::string &header); void getPlayerNames(StringVect &names, const bool npcNames) const; |