diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-27 22:06:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-27 22:06:02 +0300 |
commit | 8db6b3f25e173f7c305580fad8cbd67a7121b169 (patch) | |
tree | e12f6518d302efc46f159c6a3bf35fce471076a6 /protocols/Discord/src/main.cpp | |
parent | cd689cb08d614fb2f405167debec66c7c2ef6843 (diff) |
implementation of CDiscordProto::SetStatus
Diffstat (limited to 'protocols/Discord/src/main.cpp')
-rw-r--r-- | protocols/Discord/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |