diff options
Diffstat (limited to 'src/net/ea/inventoryhandler.h')
-rw-r--r-- | src/net/ea/inventoryhandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h index c8aadc514..9b2e85287 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -51,7 +51,7 @@ class InventoryHandler notfinal : public Net::InventoryHandler virtual ~InventoryHandler(); - void clear(); + void clear() override final; bool canSplit(const Item *const item) const override final A_WARN_UNUSED; @@ -89,7 +89,7 @@ class InventoryHandler notfinal : public Net::InventoryHandler void forgotStorage() override final; - Inventory *getStorage() const + Inventory *getStorage() const override final { return mStorage; } protected: |