summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/VoiceCall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VoiceService/src/VoiceCall.cpp')
-rw-r--r--plugins/VoiceService/src/VoiceCall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VoiceService/src/VoiceCall.cpp b/plugins/VoiceService/src/VoiceCall.cpp
index 0f3e88089f..60768f924c 100644
--- a/plugins/VoiceService/src/VoiceCall.cpp
+++ b/plugins/VoiceService/src/VoiceCall.cpp
@@ -193,7 +193,7 @@ void VoiceCall::CreateDisplayName()
void VoiceCall::RemoveNotifications()
{
if (clistBlinking) {
- g_clistApi.pfnRemoveEvent(hContact, MEVENT(1001));
+ Clist_RemoveEvent(hContact, MEVENT(1001));
clistBlinking = false;
}