diff options
Diffstat (limited to 'Minecraft.World/PlayerActionPacket.h')
| -rw-r--r-- | Minecraft.World/PlayerActionPacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/PlayerActionPacket.h b/Minecraft.World/PlayerActionPacket.h index 0228ebb4..35221628 100644 --- a/Minecraft.World/PlayerActionPacket.h +++ b/Minecraft.World/PlayerActionPacket.h @@ -24,7 +24,7 @@ public: virtual int getEstimatedSize(); public: - static shared_ptr<Packet> create() { return shared_ptr<Packet>(new PlayerActionPacket()); } + static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new PlayerActionPacket()); } virtual int getId() { return 14; } }; |
