From 62471b26135021d75f1b9255ab613746ae2ad67a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Jan 2018 04:41:50 +0300 Subject: Remove useless A_CONST attributes. --- src/net/eathena/buysellhandler.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/eathena/buysellhandler.h') diff --git a/src/net/eathena/buysellhandler.h b/src/net/eathena/buysellhandler.h index 74c9dfa67..feeb7f887 100644 --- a/src/net/eathena/buysellhandler.h +++ b/src/net/eathena/buysellhandler.h @@ -38,18 +38,18 @@ class BuySellHandler final : public Ea::BuySellHandler ~BuySellHandler() override final; void requestSellList(const std::string &nick) - const override final A_CONST; + const override final; void requestBuyList(const std::string &nick) - const override final A_CONST; + const override final; void sendBuyRequest(const std::string &nick, const ShopItem *const item, - const int amount) const override final A_CONST; + const int amount) const override final; void sendSellRequest(const std::string &nick, const ShopItem *const item, - const int amount) const override final A_CONST; + const int amount) const override final; void close() const override final; }; -- cgit v1.2.3-60-g2f50