]> git.lizzy.rs Git - minetest.git/blobdiff - src/inventorymanager.h
Fix addon and configuration file paths
[minetest.git] / src / inventorymanager.h
index 55e8f840215b9345e3b5e87f5aaecef28b139d32..52377f9a4425866f594cce766fed2be044ae75f6 100644 (file)
@@ -103,6 +103,7 @@ struct InventoryAction
        virtual void apply(InventoryManager *mgr, ServerActiveObject *player,
                        IGameDef *gamedef) = 0;
        virtual void clientApply(InventoryManager *mgr, IGameDef *gamedef) = 0;
+       virtual ~InventoryAction() {};
 };
 
 struct IMoveAction : public InventoryAction