From 8db6b3f25e173f7c305580fad8cbd67a7121b169 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 27 Dec 2016 22:06:02 +0300 Subject: implementation of CDiscordProto::SetStatus --- protocols/Discord/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Discord/src/main.cpp') diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp index 9779dd8817..340ce425bb 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -55,7 +55,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC static PROTO_INTERFACE* protoInit(const char *proto_name, const wchar_t *username) { - return new ÑDiscordProto(proto_name, username); + return new CDiscordProto(proto_name, username); } static int protoUninit(PROTO_INTERFACE *proto) -- cgit v1.2.3