diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-29 21:55:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-29 21:55:55 +0300 |
commit | cc57dcd0e05a9c37fa4281c0190776a36b277e20 (patch) | |
tree | b39bd665a52337ec4c05d909567c7be30e67fcbc /src/net/ea/chathandler.cpp | |
parent | 2223d15c84a660dd10dc131455416e2f49368409 (diff) | |
download | plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.gz plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.bz2 plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.xz plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.zip |
fix code style.
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r-- | src/net/ea/chathandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index 6eb913d50..20c108229 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -100,7 +100,7 @@ void ChatHandler::processWhisperResponse(Net::MessageIn &msg) } } -void ChatHandler::processWhisper(Net::MessageIn &msg) +void ChatHandler::processWhisper(Net::MessageIn &msg) const { const int chatMsgLength = msg.readInt16() - 28; std::string nick = msg.readString(24); |