From 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Apr 2016 20:03:14 +0300 Subject: Remove override keyword, if it present with final. --- src/net/ea/chathandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/ea/chathandler.h') diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index 9a67b79b1..98c58297c 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -40,9 +40,9 @@ class ChatHandler notfinal : public Net::ChatHandler A_DELETE_COPY(ChatHandler) void me(const std::string &restrict text, - const std::string &restrict channel) const override final; + const std::string &restrict channel) const final; - void clear() const override final; + void clear() const final; }; } // namespace Ea -- cgit v1.2.3-60-g2f50