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/markethandler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/tmwa/markethandler.h') diff --git a/src/net/tmwa/markethandler.h b/src/net/tmwa/markethandler.h index a9dac7519..a719b8f58 100644 --- a/src/net/tmwa/markethandler.h +++ b/src/net/tmwa/markethandler.h @@ -34,14 +34,14 @@ class MarketHandler final : public Net::MarketHandler A_DELETE_COPY(MarketHandler) - void close() const override final A_CONST; + void close() const final A_CONST; void buyItem(const int itemId, const ItemTypeT type, const ItemColor color, - const int amount) const override final A_CONST; + const int amount) const final A_CONST; - void buyItems(const std::vector &items) const override final + void buyItems(const std::vector &items) const final A_CONST; }; -- cgit v1.2.3-60-g2f50