diff options
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r-- | src/net/ea/chathandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index cde416762..124cc41fb 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -39,7 +39,7 @@ class ChatHandler : public Net::ChatHandler A_DELETE_COPY(ChatHandler) void me(const std::string &text, - const std::string &channel) const override; + const std::string &channel) const override final; virtual void processWhisperResponse(Net::MessageIn &msg); |