aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/WebTile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/WebTile.h')
-rw-r--r--Minecraft.World/WebTile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/WebTile.h b/Minecraft.World/WebTile.h
index ca1f4dae..54661717 100644
--- a/Minecraft.World/WebTile.h
+++ b/Minecraft.World/WebTile.h
@@ -10,7 +10,7 @@ public:
public:
- void entityInside(Level *level, int x, int y, int z, shared_ptr<Entity> entity);
+ void entityInside(Level *level, int x, int y, int z, std::shared_ptr<Entity> entity);
public: