diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-12-03 17:14:30 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-12-03 17:14:30 +0300 |
| commit | 1338ad89ee45bdb681c531476dca00a377d7d033 (patch) | |
| tree | 3eae8ad7620848a1a8b12ced532d826aae81a224 /include | |
| parent | 8a0d55713496fe7c8eecc0267d775b1bb29e0842 (diff) | |
PROTO_INTERFACE::SendMsg: second parameter became a reply event id
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_protoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|
