summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic/src/gchat.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-08-11 21:20:15 +0000
committerRobert Pösel <robyer@seznam.cz>2014-08-11 21:20:15 +0000
commit6cc21c56cb5584b431d1d43ae678e20c3b5cb7ad (patch)
treef5da543cf0ee2bd2f656c35c0ade3acd11788664 /protocols/SkypeClassic/src/gchat.cpp
parent4f3031386a93610686ce917c47582fa04f3d5eca (diff)
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
Diffstat (limited to 'protocols/SkypeClassic/src/gchat.cpp')
-rw-r--r--protocols/SkypeClassic/src/gchat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeClassic/src/gchat.cpp b/protocols/SkypeClassic/src/gchat.cpp
index 9ba0295e86..3091f0f8d9 100644
--- a/protocols/SkypeClassic/src/gchat.cpp
+++ b/protocols/SkypeClassic/src/gchat.cpp
@@ -602,7 +602,7 @@ static void KickUser (MCONTACT hContact, GCHOOK *gch)
LeaveCriticalSection(&m_GCMutex);
}
-void SetChatTopic(TCHAR *szChatId, TCHAR *szTopic, BOOL bSet)
+void SetChatTopic(const TCHAR *szChatId, TCHAR *szTopic, BOOL bSet)
{
GCDEST gcd = {0};
GCEVENT gce = {0};