diff options
Diffstat (limited to 'Minecraft.World/ContainerSetDataPacket.h')
| -rw-r--r-- | Minecraft.World/ContainerSetDataPacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ContainerSetDataPacket.h b/Minecraft.World/ContainerSetDataPacket.h index ce075e00..6f694aeb 100644 --- a/Minecraft.World/ContainerSetDataPacket.h +++ b/Minecraft.World/ContainerSetDataPacket.h @@ -19,6 +19,6 @@ public: virtual int getEstimatedSize(); public: - static shared_ptr<Packet> create() { return shared_ptr<Packet>(new ContainerSetDataPacket()); } + static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new ContainerSetDataPacket()); } virtual int getId() { return 105; } };
\ No newline at end of file |
