From be1918c1b2986ddb387cd593deddf120f9e61874 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 26 Nov 2018 14:41:11 +0300 Subject: fix for chat structures declaration --- protocols/JabberG/src/jabber_chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp index 8869d206db..f873fcbde7 100644 --- a/protocols/JabberG/src/jabber_chat.cpp +++ b/protocols/JabberG/src/jabber_chat.cpp @@ -128,7 +128,7 @@ int CJabberProto::GcInit(JABBER_LIST_ITEM *item) it.translate(); ptrW szNick(JabberNickFromJID(item->jid)); - GCSessionInfoBase *si = Chat_NewSession(GCW_CHATROOM, m_szModuleName, item->jid, szNick); + SESSION_INFO *si = Chat_NewSession(GCW_CHATROOM, m_szModuleName, item->jid, szNick); if (si != nullptr) { item->hContact = si->hContact; -- cgit v1.2.3