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