diff options
Diffstat (limited to 'Minecraft.World/SkullTileEntity.h')
| -rw-r--r-- | Minecraft.World/SkullTileEntity.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/SkullTileEntity.h b/Minecraft.World/SkullTileEntity.h index 4b24457b..db1580fa 100644 --- a/Minecraft.World/SkullTileEntity.h +++ b/Minecraft.World/SkullTileEntity.h @@ -24,7 +24,7 @@ public: void save(CompoundTag *tag); void load(CompoundTag *tag); - shared_ptr<Packet> getUpdatePacket(); + std::shared_ptr<Packet> getUpdatePacket(); void setSkullType(int skullType, const wstring &extra); int getSkullType(); int getRotation(); @@ -32,5 +32,5 @@ public: wstring getExtraType(); // 4J Added - virtual shared_ptr<TileEntity> clone(); + virtual std::shared_ptr<TileEntity> clone(); };
\ No newline at end of file |
