From 389f3a580e6641d8486a44f25d3443829f42408f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Feb 2015 12:02:45 +0300 Subject: Fix virtual overload function closeStorage. --- src/net/inventoryhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/inventoryhandler.h') 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; -- cgit v1.2.3-70-g09d2