diff options
Diffstat (limited to 'src/net/eathena/friendshandler.h')
-rw-r--r-- | src/net/eathena/friendshandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/eathena/friendshandler.h b/src/net/eathena/friendshandler.h index 8264ab7ce..ac1e8f3d1 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 final; + void invite(const std::string &name) const override final; void inviteResponse(const int accountId, const int charId, - const bool accept) const final; + const bool accept) const override final; void remove(const int accountId, - const int charId) const final; + const int charId) const override final; }; } // namespace EAthena |