aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/TheEndPortalTileEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/TheEndPortalTileEntity.h')
-rw-r--r--Minecraft.World/TheEndPortalTileEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/TheEndPortalTileEntity.h b/Minecraft.World/TheEndPortalTileEntity.h
index 0bc0b46c..29752d44 100644
--- a/Minecraft.World/TheEndPortalTileEntity.h
+++ b/Minecraft.World/TheEndPortalTileEntity.h
@@ -8,5 +8,5 @@ public:
static TileEntity *create() { return new TheEndPortalTileEntity(); }
// 4J Added
- std::shared_ptr<TileEntity> clone();
+ shared_ptr<TileEntity> clone();
}; \ No newline at end of file