aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/KillCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/KillCommand.h')
-rw-r--r--Minecraft.World/KillCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/KillCommand.h b/Minecraft.World/KillCommand.h
index a88b2069..21155b6f 100644
--- a/Minecraft.World/KillCommand.h
+++ b/Minecraft.World/KillCommand.h
@@ -6,5 +6,5 @@ class KillCommand : public Command
{
public:
virtual EGameCommand getId();
- virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);
+ virtual void execute(std::shared_ptr<CommandSender> source, byteArray commandData);
}; \ No newline at end of file