diff options
Diffstat (limited to 'plugins/NewEventNotify/src')
-rw-r--r-- | plugins/NewEventNotify/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/src/main.cpp b/plugins/NewEventNotify/src/main.cpp index b81570c9f6..85fa3f1e9a 100644 --- a/plugins/NewEventNotify/src/main.cpp +++ b/plugins/NewEventNotify/src/main.cpp @@ -141,7 +141,7 @@ extern "C" __declspec(dllexport) int Load(void) HookEvent(ME_OPT_INITIALISE, HookedOptions);
mir_getLP(&pluginInfo);
- mir_getCLI();
+ pcli = Clist_GetInterface();
OptionsInit(&pluginOptions);
pluginOptions.hInst = g_hInst;
|