diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-17 21:18:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-17 21:18:31 +0300 |
commit | 782cd67c8a32808b6779cd286de7228a02006d0b (patch) | |
tree | d5a4589715bd693705fd55d3a12b3839878289bd /protocols/Gadu-Gadu/src/groupchat.cpp | |
parent | 8d9f29e1127b821cc58583daf6e7dc0a20fdd936 (diff) |
name conflict resolution
Diffstat (limited to 'protocols/Gadu-Gadu/src/groupchat.cpp')
-rw-r--r-- | protocols/Gadu-Gadu/src/groupchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/groupchat.cpp b/protocols/Gadu-Gadu/src/groupchat.cpp index f1d5e11aec..e8db07c499 100644 --- a/protocols/Gadu-Gadu/src/groupchat.cpp +++ b/protocols/Gadu-Gadu/src/groupchat.cpp @@ -177,7 +177,7 @@ int GaduProto::gc_event(WPARAM, LPARAM lParam) T2Utf pszText_utf8(gch->ptszText);
gg_EnterCriticalSection(&sess_mutex, "gc_event", 57, "sess_mutex", 1);
- gg_send_message_confer(sess, GG_CLASS_CHAT, chat->recipients_count, chat->recipients, pszText_utf8);
+ gg_send_message_confer(m_sess, GG_CLASS_CHAT, chat->recipients_count, chat->recipients, pszText_utf8);
gg_LeaveCriticalSection(&sess_mutex, "gc_event", 57, 1, "sess_mutex", 1);
return 1;
}
|