cpw.darkrain42.xmpp.bosh: d49336e0: const this in order to enforce the don't...

paul at darkrain42.org paul at darkrain42.org
Sat Jan 17 23:56:48 EST 2009


-----------------------------------------------------------------
Revision: d49336e084418d1cee8ed81e37c2900e97166269
Ancestor: 264f1100b39bf0e5259e550c66c988915cbcfd73
Author: paul at darkrain42.org
Date: 2008-11-22T04:32:11
Branch: im.pidgin.cpw.darkrain42.xmpp.bosh
URL: http://d.pidgin.im/viewmtn/revision/info/d49336e084418d1cee8ed81e37c2900e97166269

Modified files:
        libpurple/protocols/jabber/buddy.h

ChangeLog: 

const this in order to enforce the don't-you-dare-change-this

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/buddy.h	b72ccdfffb3ac98b1f2cab34a3fddfef59c086e5
+++ libpurple/protocols/jabber/buddy.h	778f1657f43e94ca6df7495886973a9aad3a526f
@@ -81,7 +81,7 @@ typedef struct _JabberBuddyResource {
 		char *name;
 		char *os;
 	} client;
-	JabberCapsClientInfo *caps;
+	const JabberCapsClientInfo *caps;
 	GList *commands;
 } JabberBuddyResource;
 


More information about the Commits mailing list