aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/ServerCommandDispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/ServerCommandDispatcher.h')
-rw-r--r--Minecraft.Client/ServerCommandDispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/ServerCommandDispatcher.h b/Minecraft.Client/ServerCommandDispatcher.h
index 306d4384..04847fce 100644
--- a/Minecraft.Client/ServerCommandDispatcher.h
+++ b/Minecraft.Client/ServerCommandDispatcher.h
@@ -7,5 +7,5 @@ class ServerCommandDispatcher : public CommandDispatcher, public AdminLogCommand
{
public:
ServerCommandDispatcher();
- void logAdminCommand(shared_ptr<CommandSender> source, int type, ChatPacket::EChatPacketMessage messageType, const wstring& message = L"", int customData = -1, const wstring& additionalMessage = L"");
+ void logAdminCommand(std::shared_ptr<CommandSender> source, int type, ChatPacket::EChatPacketMessage messageType, const wstring& message = L"", int customData = -1, const wstring& additionalMessage = L"");
}; \ No newline at end of file