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 8e6cf6f14..d22bcd4e1 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -69,7 +69,7 @@ class InventoryHandler notfinal virtual Inventory *getStorage() const = 0; - virtual void closeStorage() = 0; + virtual void destroyStorage() = 0; virtual void forgotStorage() = 0; |