From 1338ad89ee45bdb681c531476dca00a377d7d033 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 3 Dec 2023 17:14:30 +0300 Subject: PROTO_INTERFACE::SendMsg: second parameter became a reply event id --- include/m_protoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_protoint.h b/include/m_protoint.h index 283a830c2c..5351bcb921 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -240,7 +240,7 @@ public: virtual int SendContacts(MCONTACT hContact, int flags, int nContacts, MCONTACT *hContactsList); virtual HANDLE SendFile(MCONTACT hContact, const wchar_t *szDescription, wchar_t **ppszFiles); - virtual int SendMsg(MCONTACT hContact, const char *msg); + virtual int SendMsg(MCONTACT hContact, MEVENT hReplyEvent, const char *msg); virtual int SetApparentMode(MCONTACT hContact, int mode); virtual int SetStatus(int iNewStatus); -- cgit v1.2.3