summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/src/commonheaders.h')
-rw-r--r--plugins/SecureIM/src/commonheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/commonheaders.h b/plugins/SecureIM/src/commonheaders.h
index 9396b9426d..69305e6d4d 100644
--- a/plugins/SecureIM/src/commonheaders.h
+++ b/plugins/SecureIM/src/commonheaders.h
@@ -102,7 +102,7 @@ int onModulesLoaded(WPARAM, LPARAM);
int onShutdown(WPARAM, LPARAM);
int ModuleLoad(WPARAM wParam, LPARAM lParam);
-__forceinline int SendBroadcast(HANDLE hContact, int type, int result, HANDLE hProcess, LPARAM lParam)
+__forceinline int SendBroadcast(HCONTACT hContact, int type, int result, HANDLE hProcess, LPARAM lParam)
{
return ProtoBroadcastAck( GetContactProto(hContact), hContact, type, result, hProcess, lParam);
}