From 9026d578dc4b14aa12c51a2147bb999703efbb36 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 3 Oct 2013 17:57:12 +0000 Subject: very rare crash in passing the ad-hoc query window via the query id git-svn-id: http://svn.miranda-ng.org/main/trunk@6320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_proto.h') diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 148ca94695..5ddaf38618 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -272,7 +272,7 @@ struct CJabberProto : public PROTO, public IJabberInterface int __cdecl ContactMenuRunCommands(WPARAM wParam, LPARAM lParam); - HWND GetWindowFromIq(HXML iqNode); + HWND GetWindowFromIq(CJabberIqInfo *pInfo); BOOL HandleAdhocCommandRequest(HXML iqNode, CJabberIqInfo *pInfo); BOOL IsRcRequestAllowedByACL(CJabberIqInfo *pInfo); -- cgit v1.2.3