summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-04 14:10:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-04 14:10:12 +0300
commitec4fb86c9667d7158d6f592985031bef61d9ca0a (patch)
tree63d85b14a0e88b1b61787dbd799bb312ceddd790 /protocols/ICQ-WIM/src/proto.h
parent8f16291484135d84bd2715a41dbcfd54154d37bf (diff)
fixes #1751 (ICQ10: groupchat double last message on every login)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r--protocols/ICQ-WIM/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h
index 5e0609a4c1..98017ed5a3 100644
--- a/protocols/ICQ-WIM/src/proto.h
+++ b/protocols/ICQ-WIM/src/proto.h
@@ -136,7 +136,7 @@ class CIcqProto : public PROTO<CIcqProto>
void ConnectionFailed(int iReason, int iErrorCode = 0);
void GetPermitDeny(void);
void MoveContactToGroup(MCONTACT hContact, const wchar_t *pwszGroup, const wchar_t *pwszNewGroup);
- void RetrieveUserHistory(MCONTACT, __int64 startMsgId, __int64 endMsgId);
+ void RetrieveUserHistory(MCONTACT, __int64 startMsgId, __int64 endMsgId = -1);
void RetrieveUserInfo(MCONTACT);
void SetServerStatus(int iNewStatus);
void ShutdownSession(void);