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/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 8eee59a20..833c5d6ad 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 - final; + override 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 final; + const std::vector &stats) const override final; void renameCharacter(const BeingId id, - const std::string &newName) const final; + const std::string &newName) const override final; void deleteCharacter(Net::Character *const character, - const std::string &email) const final; + const std::string &email) const override final; - void switchCharacter() const final; + void switchCharacter() const override final; - void connect() const final; + void connect() const override final; - bool isNeedCreatePin() const final A_WARN_UNUSED; + bool isNeedCreatePin() const override final A_WARN_UNUSED; - void setNewPincode(const std::string &pin) const final + void setNewPincode(const std::string &pin) const override 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 - final; + override final; void changeSlot(const int oldSlot, - const int newSlot) const final; + const int newSlot) const override final; - void ping() const final; + void ping() const override final; - unsigned int hatSprite() const final A_CONST A_WARN_UNUSED; + unsigned int hatSprite() const override final A_CONST A_WARN_UNUSED; }; } // namespace EAthena -- cgit v1.2.3-70-g09d2