summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r--src/net/ea/chathandler.cpp2
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);