aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/FlintAndSteelItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/FlintAndSteelItem.h')
-rw-r--r--Minecraft.World/FlintAndSteelItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/FlintAndSteelItem.h b/Minecraft.World/FlintAndSteelItem.h
index 4456330a..d8ddce65 100644
--- a/Minecraft.World/FlintAndSteelItem.h
+++ b/Minecraft.World/FlintAndSteelItem.h
@@ -10,5 +10,5 @@ class FlintAndSteelItem : public Item
public:
FlintAndSteelItem(int id);
- virtual bool useOn(shared_ptr<ItemInstance> instance, shared_ptr<Player> player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly=false);
+ virtual bool useOn(std::shared_ptr<ItemInstance> instance, std::shared_ptr<Player> player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly=false);
};