diff options
Diffstat (limited to 'plugins/UserInfoEx/svc_refreshci.cpp')
-rw-r--r-- | plugins/UserInfoEx/svc_refreshci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/svc_refreshci.cpp b/plugins/UserInfoEx/svc_refreshci.cpp index b5e84d004a..bddc9e60ca 100644 --- a/plugins/UserInfoEx/svc_refreshci.cpp +++ b/plugins/UserInfoEx/svc_refreshci.cpp @@ -922,7 +922,7 @@ static INT OnPreShutdown(WPARAM, LPARAM) **/
VOID SvcRefreshContactInfoLoadModule(VOID)
{
- myCreateServiceFunction(MS_USERINFO_REFRESH, RefreshService);
+ CreateServiceFunction(MS_USERINFO_REFRESH, RefreshService);
HookEvent(ME_SYSTEM_PRESHUTDOWN, OnPreShutdown);
HookEvent(ME_DB_CONTACT_ADDED, OnContactAdded);
|