summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-28 15:46:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-28 16:41:19 +0300
commitf146cd42ce84a08879eb286ecd2ed2aa8ad82300 (patch)
treef689f832f54f361be8cff61deb47c0e32febd486 /src/actormanager.h
parent409cee51fe11e2495a2741226432666a8702dceb (diff)
downloadplus-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.gz
plus-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.bz2
plus-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.xz
plus-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.zip
fix code style.
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h8
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;