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/tmwa/messagein.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/tmwa/messagein.h') diff --git a/src/net/tmwa/messagein.h b/src/net/tmwa/messagein.h index f54e676b0..14c6b8156 100644 --- a/src/net/tmwa/messagein.h +++ b/src/net/tmwa/messagein.h @@ -49,13 +49,13 @@ class MessageIn final : public Net::MessageIn void postInit(const char *const str); /**< Reads a short. */ - int16_t readInt16(const char *const str) final; + int16_t readInt16(const char *const str) override final; /**< Reads a long. */ - int32_t readInt32(const char *const str) final; + int32_t readInt32(const char *const str) override final; - int64_t readInt64(const char *const str) final; + int64_t readInt64(const char *const str) override final; - BeingId readBeingId(const char *const str) final; + BeingId readBeingId(const char *const str) override final; uint16_t readId() const; }; -- cgit v1.2.3-70-g09d2