diff options
| author | George Hazan <ghazan@miranda.im> | 2018-09-20 22:12:50 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-09-20 22:12:50 +0300 |
| commit | 8d5867276a766c5447e4d4489f4649d7fb04ab72 (patch) | |
| tree | f6a47b1c846346dea8ee252e21a956efe98d2e76 /include | |
| parent | 199b5e776f261c3818817648976819f1ed0c8056 (diff) | |
fix for the proper return type of PROTO<>::RecvMsg
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 56063d0cd1..25f2607714 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -202,7 +202,7 @@ public: virtual int RecvContacts(MCONTACT hContact, PROTORECVEVENT*);
virtual int RecvFile(MCONTACT hContact, PROTORECVFILE*);
- virtual int RecvMsg(MCONTACT hContact, PROTORECVEVENT*);
+ virtual MEVENT RecvMsg(MCONTACT hContact, PROTORECVEVENT*);
virtual int RecvUrl(MCONTACT hContact, PROTORECVEVENT*);
virtual int SendContacts(MCONTACT hContact, int flags, int nContacts, MCONTACT *hContactsList);
|
