aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/EntityEventPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/EntityEventPacket.h')
-rw-r--r--Minecraft.World/EntityEventPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/EntityEventPacket.h b/Minecraft.World/EntityEventPacket.h
index a151dbdb..264e504c 100644
--- a/Minecraft.World/EntityEventPacket.h
+++ b/Minecraft.World/EntityEventPacket.h
@@ -18,7 +18,7 @@ public:
virtual int getEstimatedSize();
public:
- static shared_ptr<Packet> create() { return shared_ptr<Packet>(new EntityEventPacket()); }
+ static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new EntityEventPacket()); }
virtual int getId() { return 38; }
};