diff options
Diffstat (limited to 'src/net/tmwa/chathandler.h')
-rw-r--r-- | src/net/tmwa/chathandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h index 1cee20774..eae168e59 100644 --- a/src/net/tmwa/chathandler.h +++ b/src/net/tmwa/chathandler.h @@ -42,7 +42,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler void handleMessage(Net::MessageIn &msg) override; - void talk(const std::string &text, const std::string &channel) const override; + void talk(const std::string &text, + const std::string &channel) const override; void talkRaw(const std::string &text) const override; |