From dba0611175c8d4a56dfbc918ccef139351e5c3e0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Apr 2016 23:06:06 +0300 Subject: Revert "Remove override keyword, if it present with final." This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. --- src/net/tmwa/friendshandler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/tmwa/friendshandler.h') diff --git a/src/net/tmwa/friendshandler.h b/src/net/tmwa/friendshandler.h index ade7ff2ed..6eb739d4d 100644 --- a/src/net/tmwa/friendshandler.h +++ b/src/net/tmwa/friendshandler.h @@ -34,14 +34,14 @@ class FriendsHandler final : public Net::FriendsHandler A_DELETE_COPY(FriendsHandler) - void invite(const std::string &name) const final A_CONST; + void invite(const std::string &name) const override final A_CONST; void inviteResponse(const int accountId, const int charId, - const bool accept) const final A_CONST; + const bool accept) const override final A_CONST; void remove(const int accountId, - const int charId) const final A_CONST; + const int charId) const override final A_CONST; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50