From 954d4527558bbf797fd0389b0400fb05963ff96b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Feb 2016 23:58:09 +0300 Subject: Add some more missing consts. --- src/net/tmwa/chathandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net/tmwa/chathandler.h') diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h index 7e5ce94a5..d03c609f8 100644 --- a/src/net/tmwa/chathandler.h +++ b/src/net/tmwa/chathandler.h @@ -49,7 +49,8 @@ class ChatHandler final : public Ea::ChatHandler const std::string &restrict text) const override final; - void joinChannel(const std::string &channel) override final A_CONST; + void joinChannel(const std::string &channel) const override final + A_CONST; void who() const override final; -- cgit v1.2.3-60-g2f50