diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-20 23:58:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-20 23:58:09 +0300 |
commit | 954d4527558bbf797fd0389b0400fb05963ff96b (patch) | |
tree | ec90371d34f88b3e22e9d65ad71d349ee53f62fe /src/net/eathena/chathandler.h | |
parent | 7d606d7dd9708c9c382d1f8eba5fed9becdfd3d5 (diff) | |
download | mv-954d4527558bbf797fd0389b0400fb05963ff96b.tar.gz mv-954d4527558bbf797fd0389b0400fb05963ff96b.tar.bz2 mv-954d4527558bbf797fd0389b0400fb05963ff96b.tar.xz mv-954d4527558bbf797fd0389b0400fb05963ff96b.zip |
Add some more missing consts.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r-- | src/net/eathena/chathandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index ed9183465..f8356a84d 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -49,7 +49,7 @@ class ChatHandler final : public Ea::ChatHandler const std::string &restrict text) const override final; - void joinChannel(const std::string &channel) override final; + void joinChannel(const std::string &channel) const override final; void who() const override final; |