From 6cc21c56cb5584b431d1d43ae678e20c3b5cb7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 11 Aug 2014 21:20:15 +0000 Subject: SkypeClassic: Compatibility fixes to make it compilable again leecher should check it, I don't know what exactly was needed in IM or not and possibly I'm doing something wrong git-svn-id: http://svn.miranda-ng.org/main/trunk@10160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeClassic/src/gchat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeClassic/src/gchat.h') diff --git a/protocols/SkypeClassic/src/gchat.h b/protocols/SkypeClassic/src/gchat.h index 82648c3e20..227f2f515c 100644 --- a/protocols/SkypeClassic/src/gchat.h +++ b/protocols/SkypeClassic/src/gchat.h @@ -49,4 +49,4 @@ INT_PTR GCOnLeaveChat(WPARAM wParam,LPARAM lParam); INT_PTR GCOnJoinChat(WPARAM wParam,LPARAM lParam); void GCInit(void); void GCExit(void); -void SetChatTopic (TCHAR *szChatId, TCHAR *szTopic, BOOL bSet); +void SetChatTopic (const TCHAR *szChatId, TCHAR *szTopic, BOOL bSet); -- cgit v1.2.3