changeset 25759:0e8b5b5c497a

const this in order to enforce the don't-you-dare-change-this
author Paul Aurich <paul@darkrain42.org>
date Sat, 22 Nov 2008 04:32:11 +0000
parents 7dcba13d0e28
children f462fa160f06
files libpurple/protocols/jabber/buddy.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.h	Sat Nov 22 01:05:42 2008 +0000
+++ b/libpurple/protocols/jabber/buddy.h	Sat Nov 22 04:32:11 2008 +0000
@@ -81,7 +81,7 @@
 		char *name;
 		char *os;
 	} client;
-	JabberCapsClientInfo *caps;
+	const JabberCapsClientInfo *caps;
 	GList *commands;
 } JabberBuddyResource;