aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/PickaxeItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/PickaxeItem.cpp')
-rw-r--r--Minecraft.World/PickaxeItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/PickaxeItem.cpp b/Minecraft.World/PickaxeItem.cpp
index 5876b9bb..d545fba2 100644
--- a/Minecraft.World/PickaxeItem.cpp
+++ b/Minecraft.World/PickaxeItem.cpp
@@ -52,7 +52,7 @@ bool PickaxeItem::canDestroySpecial(Tile *tile)
}
// 4J - brought forward from 1.2.3
-float PickaxeItem::getDestroySpeed(shared_ptr<ItemInstance> itemInstance, Tile *tile)
+float PickaxeItem::getDestroySpeed(std::shared_ptr<ItemInstance> itemInstance, Tile *tile)
{
if (tile != NULL && (tile->material == Material::metal || tile->material == Material::heavyMetal || tile->material == Material::stone))
{