From 993f6a525a2236ed3a3b1491213150c4a893426c Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Mon, 6 Apr 2015 16:48:01 +0000 Subject: SkypeWeb: Minor optimization. git-svn-id: http://svn.miranda-ng.org/main/trunk@12637 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 007bbfe327..84cb3705e8 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -188,7 +188,7 @@ private: MEVENT GetMessageFromDB(MCONTACT hContact, DWORD timestamp, const char *messageId); MEVENT AddMessageToDb(MCONTACT hContact, DWORD timestamp, DWORD flags, const char *messageId, char *content, int emoteOffset = 0); - int OnReceiveMessage(const char *messageId, const char *skypename, time_t timestamp, char *content, int emoteOffset = 0, bool isRead = false); + 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); int OnSendMessage(MCONTACT hContact, int flags, const char *message); -- cgit v1.2.3