diff src/status.c @ 12816:ff267281e882

[gaim-migrate @ 15164] Get rid of a compile warning by changing the definition of (*GaimPrefCallback) to pass a gconstpointer val instead of gpointer committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 11 Jan 2006 04:32:12 +0000
parents eda1572c788b
children b93240522baa
line wrap: on
line diff
--- a/src/status.c	Wed Jan 11 03:42:22 2006 +0000
+++ b/src/status.c	Wed Jan 11 04:32:12 2006 +0000
@@ -1638,8 +1638,8 @@
 * Status subsystem
 **************************************************************************/
 static void
-score_pref_changed_cb(const char *name, GaimPrefType type, gpointer value,
-		gpointer data)
+score_pref_changed_cb(const char *name, GaimPrefType type,
+					  gconstpointer value, gpointer data)
 {
 	int index = GPOINTER_TO_INT(data);