diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-13 20:33:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-13 20:33:39 +0300 |
commit | 071ec67ad18431d197332a4a7e13368e60a834e2 (patch) | |
tree | 20b0a7950b6b18e79c0344333833f8393547a5d3 /src/net/eathena/chathandler.h | |
parent | 041a5a85ba09650a85f3ac7a3e88e183c6b88c28 (diff) | |
download | plus-071ec67ad18431d197332a4a7e13368e60a834e2.tar.gz plus-071ec67ad18431d197332a4a7e13368e60a834e2.tar.bz2 plus-071ec67ad18431d197332a4a7e13368e60a834e2.tar.xz plus-071ec67ad18431d197332a4a7e13368e60a834e2.zip |
Fix compilation warnings.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r-- | src/net/eathena/chathandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index 93cb77935..6bcf315bd 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -83,8 +83,7 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler const std::string &password) const override final; protected: - static std::string extractChannelFromMessage(std::string &chatMsg, - ChatMsgType::Type &own); + static std::string extractChannelFromMessage(std::string &chatMsg); void processChat(Net::MessageIn &msg); |