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/tmwa/beinghandler.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/net/tmwa/beinghandler.h') diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h index 4f3e70fb1..fc989659e 100644 --- a/src/net/tmwa/beinghandler.h +++ b/src/net/tmwa/beinghandler.h @@ -35,19 +35,19 @@ class BeingHandler final : public Ea::BeingHandler A_DELETE_COPY(BeingHandler) - void requestNameById(const BeingId id) const override final; + void requestNameById(const BeingId id) const final; - void undress(Being *const being) const override final; + void undress(Being *const being) const final; #ifdef EATHENA_SUPPORT - void requestRanks(const RankT rank A_UNUSED) const override final + void requestRanks(const RankT rank A_UNUSED) const final A_CONST; - void viewPlayerEquipment(const Being *const being) const override final + void viewPlayerEquipment(const Being *const being) const final A_CONST; #endif - void requestNameByCharId(const int id) const override final A_CONST; + void requestNameByCharId(const int id) const final A_CONST; }; } // namespace TmwAthena -- cgit v1.2.3-70-g09d2