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/eathena/friendshandler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/eathena/friendshandler.h') diff --git a/src/net/eathena/friendshandler.h b/src/net/eathena/friendshandler.h index ac1e8f3d1..8264ab7ce 100644 --- a/src/net/eathena/friendshandler.h +++ b/src/net/eathena/friendshandler.h @@ -34,14 +34,14 @@ class FriendsHandler final : public Net::FriendsHandler A_DELETE_COPY(FriendsHandler) - void invite(const std::string &name) const override final; + void invite(const std::string &name) const final; void inviteResponse(const int accountId, const int charId, - const bool accept) const override final; + const bool accept) const final; void remove(const int accountId, - const int charId) const override final; + const int charId) const final; }; } // namespace EAthena -- cgit v1.2.3-70-g09d2