summaryrefslogtreecommitdiff
path: root/src/net/eathena/markethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/markethandler.h')
-rw-r--r--src/net/eathena/markethandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/eathena/markethandler.h b/src/net/eathena/markethandler.h
index fd0d4aea5..f1cc3d6a4 100644
--- a/src/net/eathena/markethandler.h
+++ b/src/net/eathena/markethandler.h
@@ -33,15 +33,15 @@ class MarketHandler final : public Net::MarketHandler
A_DELETE_COPY(MarketHandler)
- void close() const override final;
+ void close() const final;
void buyItem(const int itemId,
const ItemTypeT type,
const ItemColor color,
- const int amount) const override final;
+ const int amount) const final;
void buyItems(const std::vector<ShopItem*> &items) const
- override final;
+ final;
};
} // namespace EAthena