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/charserverhandler.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/net/eathena/charserverhandler.h') diff --git a/src/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h index 833c5d6ad..8eee59a20 100644 --- a/src/net/eathena/charserverhandler.h +++ b/src/net/eathena/charserverhandler.h @@ -39,7 +39,7 @@ class CharServerHandler final : public Ea::CharServerHandler A_DELETE_COPY(CharServerHandler) void chooseCharacter(Net::Character *const character) const - override final; + final; void newCharacter(const std::string &name, const int slot, @@ -48,21 +48,21 @@ class CharServerHandler final : public Ea::CharServerHandler const int hairColor, const unsigned char race, const uint16_t look, - const std::vector &stats) const override final; + const std::vector &stats) const final; void renameCharacter(const BeingId id, - const std::string &newName) const override final; + const std::string &newName) const final; void deleteCharacter(Net::Character *const character, - const std::string &email) const override final; + const std::string &email) const final; - void switchCharacter() const override final; + void switchCharacter() const final; - void connect() const override final; + void connect() const final; - bool isNeedCreatePin() const override final A_WARN_UNUSED; + bool isNeedCreatePin() const final A_WARN_UNUSED; - void setNewPincode(const std::string &pin) const override final + void setNewPincode(const std::string &pin) const final A_CONST; /** @@ -71,14 +71,14 @@ class CharServerHandler final : public Ea::CharServerHandler * the dialog when a new character failed to be created. */ void setCharCreateDialog(CharCreateDialog *const window) const - override final; + final; void changeSlot(const int oldSlot, - const int newSlot) const override final; + const int newSlot) const final; - void ping() const override final; + void ping() const final; - unsigned int hatSprite() const override final A_CONST A_WARN_UNUSED; + unsigned int hatSprite() const final A_CONST A_WARN_UNUSED; }; } // namespace EAthena -- cgit v1.2.3-70-g09d2