diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-28 02:09:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-28 02:09:23 +0300 |
commit | 1b719ca0b81e3c5df44ef8280255995418a2ec70 (patch) | |
tree | 6213c5833377409e494ab438ed9527335116619d /src/net/ea/chathandler.h | |
parent | ff936ce120283ade23d88725c7d38542beca0a93 (diff) | |
download | plus-1b719ca0b81e3c5df44ef8280255995418a2ec70.tar.gz plus-1b719ca0b81e3c5df44ef8280255995418a2ec70.tar.bz2 plus-1b719ca0b81e3c5df44ef8280255995418a2ec70.tar.xz plus-1b719ca0b81e3c5df44ef8280255995418a2ec70.zip |
Add missing override to chathandler.
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r-- | src/net/ea/chathandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index 416589e86..824baba58 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -40,7 +40,8 @@ class ChatHandler : public Net::ChatHandler A_DELETE_COPY(ChatHandler) - void me(const std::string &text, const std::string &channel) const; + void me(const std::string &text, + const std::string &channel) const override; virtual void processWhisperResponse(Net::MessageIn &msg); |