diff options
Diffstat (limited to 'Minecraft.World/ComplexItem.h')
| -rw-r--r-- | Minecraft.World/ComplexItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ComplexItem.h b/Minecraft.World/ComplexItem.h index 28aba791..036781a4 100644 --- a/Minecraft.World/ComplexItem.h +++ b/Minecraft.World/ComplexItem.h @@ -14,5 +14,5 @@ protected: public: virtual bool isComplex(); - virtual shared_ptr<Packet> getUpdatePacket(shared_ptr<ItemInstance> itemInstance, Level *level, shared_ptr<Player> player); + virtual std::shared_ptr<Packet> getUpdatePacket(std::shared_ptr<ItemInstance> itemInstance, Level *level, std::shared_ptr<Player> player); }; |
