diff options
Diffstat (limited to 'protocols/GTalkExt/src/GTalkExt.cpp')
-rw-r--r-- | protocols/GTalkExt/src/GTalkExt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GTalkExt/src/GTalkExt.cpp b/protocols/GTalkExt/src/GTalkExt.cpp index 391ebfa405..a9fe6ec4c7 100644 --- a/protocols/GTalkExt/src/GTalkExt.cpp +++ b/protocols/GTalkExt/src/GTalkExt.cpp @@ -84,7 +84,7 @@ LRESULT CALLBACK WndProc(HWND wnd, UINT msg, WPARAM wParam, LPARAM lParam) extern "C" int __declspec(dllexport) Load(void)
{
mir_getLP(&pluginInfo);
- mir_getCLI();
+ pcli = Clist_GetInterface();
WNDCLASS cls = { 0 };
cls.lpfnWndProc = WndProc;
|