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/ea/inventoryhandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/ea/inventoryhandler.h') diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h index 34619256b..7b7fda562 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -47,10 +47,10 @@ class InventoryHandler notfinal : public Net::InventoryHandler override final A_CONST A_WARN_UNUSED; void splitItem(const Item *const item, - const int amount) const override final A_CONST; + const int amount) const override final; void moveItem(const int oldIndex, - const int newIndex) const override final A_CONST; + const int newIndex) const override final; size_t getSize(const InventoryTypeT type) const override final A_CONST A_WARN_UNUSED; -- cgit v1.2.3-70-g09d2