From 9ec3c7e78e560356066b272ad7a38d3d333de1b5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 May 2018 14:57:51 +0300 Subject: global variable name standardization --- protocols/IRCG/src/clist.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/IRCG/src') diff --git a/protocols/IRCG/src/clist.cpp b/protocols/IRCG/src/clist.cpp index ff43d197c8..4c6b695325 100644 --- a/protocols/IRCG/src/clist.cpp +++ b/protocols/IRCG/src/clist.cpp @@ -73,9 +73,9 @@ BOOL CIrcProto::CList_AddDCCChat(const CMStringW& name, const CMStringW& hostmas cle.szTooltip.w = szNick; cle.lParam = (LPARAM)pdci; - if (g_CLI.pfnGetEvent(hContact, 0)) - g_CLI.pfnRemoveEvent(hContact, -100); - g_CLI.pfnAddEvent(&cle); + if (g_clistApi.pfnGetEvent(hContact, 0)) + g_clistApi.pfnRemoveEvent(hContact, -100); + g_clistApi.pfnAddEvent(&cle); } return TRUE; } -- cgit v1.2.3