summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r--src/net/ea/chathandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h
index 338d49b44..e33b2433a 100644
--- a/src/net/ea/chathandler.h
+++ b/src/net/ea/chathandler.h
@@ -61,6 +61,8 @@ class ChatHandler notfinal : public Net::ChatHandler
void processWhisperContinue(const std::string &nick,
std::string chatMsg) const;
+ void processWhisperResponseContinue(const uint8_t type);
+
protected:
typedef std::queue<std::string> WhisperQueue;
WhisperQueue mSentWhispers;