diff options
Diffstat (limited to 'src/net/inventoryhandler.h')
-rw-r--r-- | src/net/inventoryhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/inventoryhandler.h b/src/net/inventoryhandler.h index 5d6062710..9be6daceb 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -60,7 +60,7 @@ class InventoryHandler int destination) = 0; // TODO: fix/remove me - virtual size_t getSize(int type) const = 0; + virtual size_t getSize(int type) const A_WARN_UNUSED = 0; virtual int convertFromServerSlot(int eAthenaSlot) const = 0; }; |