From 025f4137a8d54ae30ace6291b0cee1ba44288c8e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 21 Nov 2018 21:39:58 +0300 Subject: this code is so much faster --- include/m_chat_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 8a4f054b0c..0eb552f93a 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -298,7 +298,7 @@ struct CHAT_MANAGER BOOL (*TM_RemoveAll)(STATUSINFO** pStatusList); int (*UM_CompareItem)(const USERINFO *u1, const USERINFO *u2); - USERINFO* (*UM_AddUser)(STATUSINFO *pStatusList, SESSION_INFO *si, const wchar_t *pszUID, const wchar_t *pszNick, WORD wStatus); + USERINFO* (*UM_AddUser)(SESSION_INFO *si, const wchar_t *pszUID, const wchar_t *pszNick, WORD wStatus); USERINFO* (*UM_FindUser)(SESSION_INFO *si, const wchar_t *pszUID); USERINFO* (*UM_FindUserFromIndex)(SESSION_INFO *si, int index); USERINFO* (*UM_GiveStatus)(SESSION_INFO *si, const wchar_t *pszUID, WORD status); -- cgit v1.2.3