diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-17 21:51:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:17 +0300 |
commit | 053e83ed9e1253b20411224d6958abdf94c43ffa (patch) | |
tree | d16446eb006bf87946e9b1687d170819c62c8cd8 /src/net | |
parent | 5ecaa356a3b4ac22cf5dd9f50a78fb510181b88b (diff) | |
download | plus-053e83ed9e1253b20411224d6958abdf94c43ffa.tar.gz plus-053e83ed9e1253b20411224d6958abdf94c43ffa.tar.bz2 plus-053e83ed9e1253b20411224d6958abdf94c43ffa.tar.xz plus-053e83ed9e1253b20411224d6958abdf94c43ffa.zip |
add missing const in declaration in chathandler.h
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/ea/chathandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index 37e0328ce..cde416762 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -48,7 +48,7 @@ class ChatHandler : public Net::ChatHandler virtual void processBeingChat(Net::MessageIn &msg, const bool channels) const; - virtual void processChat(Net::MessageIn &msg, bool normalChat, + virtual void processChat(Net::MessageIn &msg, const bool normalChat, const bool channels) const; virtual void processMVP(Net::MessageIn &msg) const; |