aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/ReceivingLevelScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/ReceivingLevelScreen.cpp')
-rw-r--r--Minecraft.Client/ReceivingLevelScreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/ReceivingLevelScreen.cpp b/Minecraft.Client/ReceivingLevelScreen.cpp
index 0e9fe3ec..1089dc51 100644
--- a/Minecraft.Client/ReceivingLevelScreen.cpp
+++ b/Minecraft.Client/ReceivingLevelScreen.cpp
@@ -23,7 +23,7 @@ void ReceivingLevelScreen::tick()
tickCount++;
if (tickCount % 20 == 0)
{
- connection->send( shared_ptr<KeepAlivePacket>( new KeepAlivePacket() ) );
+ connection->send( std::shared_ptr<KeepAlivePacket>( new KeepAlivePacket() ) );
}
if (connection != NULL)
{