aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/DefaultGameModeCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/DefaultGameModeCommand.h')
-rw-r--r--Minecraft.World/DefaultGameModeCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/DefaultGameModeCommand.h b/Minecraft.World/DefaultGameModeCommand.h
index 99d45a43..01a41331 100644
--- a/Minecraft.World/DefaultGameModeCommand.h
+++ b/Minecraft.World/DefaultGameModeCommand.h
@@ -8,7 +8,7 @@ class DefaultGameModeCommand : public GameModeCommand
{
public:
virtual EGameCommand getId();
- virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);
+ virtual void execute(std::shared_ptr<CommandSender> source, byteArray commandData);
protected:
void doSetGameType(GameType *newGameType);