From 51b5164fd6c0ea0de58e4398e515dd73a0e12620 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 13 Apr 2013 19:59:11 +0000 Subject: - fix some own avatar get/set bugs git-svn-id: http://svn.miranda-ng.org/main/trunk@4449 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Skype/src/skype_proto.h') diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 7ac8b89ff0..b1f37b3147 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -438,8 +438,8 @@ protected: static LIST instanceList; static int CompareProtos(const CSkypeProto *p1, const CSkypeProto *p2); - void CreateService(const char* szService, SkypeServiceFunc serviceProc); - void CreateServiceParam(const char* szService, SkypeServiceFunc serviceProc, LPARAM lParam); + void CreateServiceObj(const char* szService, SkypeServiceFunc serviceProc); + void CreateServiceObjParam(const char* szService, SkypeServiceFunc serviceProc, LPARAM lParam); HANDLE CreateEvent(const char* szService); void HookEvent(const char*, SkypeEventFunc); -- cgit v1.2.3