summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/buysellhandler.h')
-rw-r--r--src/net/tmwa/buysellhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/buysellhandler.h b/src/net/tmwa/buysellhandler.h
index 00c1e79a4..627ed4c66 100644
--- a/src/net/tmwa/buysellhandler.h
+++ b/src/net/tmwa/buysellhandler.h
@@ -51,7 +51,7 @@ class BuySellHandler final : public Ea::BuySellHandler
const ShopItem *const item,
const int amount) const override final;
- void close() const override final A_CONST;
+ void close() const override final;
};
} // namespace TmwAthena