summaryrefslogtreecommitdiff
path: root/protocols/Teams/src/teams_profile.cpp
diff options
context:
space:
mode:
authorElzorFox <elzorfox@ya.ru>2025-04-08 09:08:50 +0500
committerElzorFox <elzorfox@ya.ru>2025-04-08 09:08:50 +0500
commit05cc4c1cf0569e6bc1fa947a5c8b050589722f96 (patch)
tree0d85304992fe39b6e37d93b4770a944662fc9317 /protocols/Teams/src/teams_profile.cpp
parent1955646cf33d43da930280b8ebbbee121bb1a428 (diff)
parentc6ae13679f4eedbdeded7ed91ca6ae621507b81a (diff)
Merge branch 'master' of https://github.com/miranda-ng/miranda-ng
Diffstat (limited to 'protocols/Teams/src/teams_profile.cpp')
-rw-r--r--protocols/Teams/src/teams_profile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Teams/src/teams_profile.cpp b/protocols/Teams/src/teams_profile.cpp
index a26d88b1fe..29a04937c6 100644
--- a/protocols/Teams/src/teams_profile.cpp
+++ b/protocols/Teams/src/teams_profile.cpp
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2015-25 Miranda NG team (https://miranda-ng.org)
+Copyright (c) 2025 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -105,7 +105,7 @@ void CTeamsProto::LoadProfile(MHttpResponse *response, AsyncHttpRequest *pReques
{
MCONTACT hContact = (DWORD_PTR)pRequest->pUserInfo;
- SkypeReply reply(response);
+ TeamsReply reply(response);
if (reply.error()) {
ProtoBroadcastAck(hContact, ACKTYPE_GETINFO, ACKRESULT_FAILED, 0);
return;