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/mercenaryhandler.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/net/tmwa/mercenaryhandler.h') diff --git a/src/net/tmwa/mercenaryhandler.h b/src/net/tmwa/mercenaryhandler.h index 760bdf8ac..e17c31396 100644 --- a/src/net/tmwa/mercenaryhandler.h +++ b/src/net/tmwa/mercenaryhandler.h @@ -35,21 +35,21 @@ class MercenaryHandler final : public Net::MercenaryHandler A_DELETE_COPY(MercenaryHandler) - void fire() const override final A_CONST; + void fire() const final A_CONST; - void moveToMaster() const override final A_CONST; + void moveToMaster() const final A_CONST; - void move(const int x, const int y) const override final A_CONST; + void move(const int x, const int y) const final A_CONST; void attack(const BeingId targetId, - const Keep keep) const override final A_CONST; + const Keep keep) const final A_CONST; - void talk(const std::string &restrict text) const override final + void talk(const std::string &restrict text) const final A_CONST; - void emote(const uint8_t emoteId) const override final A_CONST; + void emote(const uint8_t emoteId) const final A_CONST; - void setDirection(const unsigned char type) const override final + void setDirection(const unsigned char type) const final A_CONST; }; -- cgit v1.2.3-70-g09d2