From b50eee3c4571c4a4657bc14c2935067d833bb801 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Dec 2015 01:48:19 +0300 Subject: Add const attribute to net classes. --- src/net/tmwa/buysellhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/buysellhandler.h') diff --git a/src/net/tmwa/buysellhandler.h b/src/net/tmwa/buysellhandler.h index 7ed1b83d4..3fcf6046c 100644 --- a/src/net/tmwa/buysellhandler.h +++ b/src/net/tmwa/buysellhandler.h @@ -49,7 +49,7 @@ class BuySellHandler final : public Ea::BuySellHandler const ShopItem *const item, const int amount) const override final; - void close() const override final; + void close() const override final A_CONST; }; } // namespace TmwAthena -- cgit v1.2.3-70-g09d2