diff options
Diffstat (limited to 'src/core/stdhelp')
-rw-r--r-- | src/core/stdhelp/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdhelp/src/main.cpp b/src/core/stdhelp/src/main.cpp index 325fa65cf8..c60861c781 100644 --- a/src/core/stdhelp/src/main.cpp +++ b/src/core/stdhelp/src/main.cpp @@ -57,7 +57,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_UIHELP extern "C" int __declspec(dllexport) Load(void)
{
mir_getLP(&pluginInfo);
- mir_getCLI();
+ pcli = Clist_GetInterface();
LoadHelpModule();
return 0;
|