diff options
Diffstat (limited to 'gtalkext/notifications.cpp')
-rw-r--r-- | gtalkext/notifications.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtalkext/notifications.cpp b/gtalkext/notifications.cpp index a47a2bf..70c15ce 100644 --- a/gtalkext/notifications.cpp +++ b/gtalkext/notifications.cpp @@ -103,7 +103,7 @@ void MarkEventRead(HANDLE hCnt, HANDLE hEvt) }
-INT_PTR OnEventDeleted(WPARAM hContact, LPARAM hDbEvent, LPARAM wnd)
+int OnEventDeleted(WPARAM hContact, LPARAM hDbEvent, LPARAM wnd)
{
if (DBGetContactSettingByte((HANDLE)hContact, SHORT_PLUGIN_NAME, PSEUDOCONTACT_FLAG, 0)) {
CallService(MS_CLIST_REMOVEEVENT, hContact, hDbEvent);
|