From 835dab85f2585c4c3fda5e4d21384aa19edb8104 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Fri, 1 May 2015 17:30:38 +0000 Subject: SkypeWeb: Optimizations. git-svn-id: http://svn.miranda-ng.org/main/trunk@13338 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/skype_proto.h') diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 5ac4fd4974..13b0dc16af 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -209,7 +209,7 @@ private: MEVENT GetMessageFromDb(MCONTACT hContact, const char *messageId, LONGLONG timestamp = 0); MEVENT AddMessageToDb(MCONTACT hContact, DWORD timestamp, DWORD flags, const char *messageId, char *content, int emoteOffset = 0); - MEVENT AddCallToDb(MCONTACT hContact, DWORD timestamp, DWORD flags); + MEVENT AddCallToDb(MCONTACT hContact, DWORD timestamp, DWORD flags, const char *callId); int OnReceiveMessage(const char *messageId, const char *url, time_t timestamp, char *content, int emoteOffset = 0, bool isRead = false); int SaveMessageToDb(MCONTACT hContact, PROTORECVEVENT *pre); -- cgit v1.2.3