diff options
Diffstat (limited to 'protocols/Teams/src/teams_utils.h')
| -rw-r--r-- | protocols/Teams/src/teams_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Teams/src/teams_utils.h b/protocols/Teams/src/teams_utils.h index 1fe980ef06..59931a4a3a 100644 --- a/protocols/Teams/src/teams_utils.h +++ b/protocols/Teams/src/teams_utils.h @@ -26,7 +26,7 @@ const wchar_t* GetSkypeNick(const wchar_t *szSkypeId); CMStringA ParseUrl(const char *url, const char *token); -int SkypeToMirandaStatus(const char *status); +int TeamsToMirandaStatus(const char *status); bool AddBbcodes(CMStringA &str); |
