aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/TileEventPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/TileEventPacket.h')
-rw-r--r--Minecraft.World/TileEventPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/TileEventPacket.h b/Minecraft.World/TileEventPacket.h
index ca2685fa..b1d60bad 100644
--- a/Minecraft.World/TileEventPacket.h
+++ b/Minecraft.World/TileEventPacket.h
@@ -17,6 +17,6 @@ public:
virtual int getEstimatedSize();
public:
- static shared_ptr<Packet> create() { return shared_ptr<Packet>(new TileEventPacket()); }
+ static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new TileEventPacket()); }
virtual int getId() { return 54; }
}; \ No newline at end of file