summaryrefslogtreecommitdiff
path: root/plugins/wbOSD/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wbOSD/src/main.cpp')
-rw-r--r--plugins/wbOSD/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wbOSD/src/main.cpp b/plugins/wbOSD/src/main.cpp
index 570cbe6de5..a4ee1541bb 100644
--- a/plugins/wbOSD/src/main.cpp
+++ b/plugins/wbOSD/src/main.cpp
@@ -46,7 +46,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD)
extern "C" __declspec(dllexport) int Load()
{
mir_getLP(&pluginInfo);
- mir_getCLI();
+ pcli = Clist_GetInterface();
logmsg("Load");
hHookedInit = HookEvent(ME_SYSTEM_MODULESLOADED, MainInit);