diff src/similar.c @ 1003:4bfee4a63f86

const gpointer -> gconstpointer.
author zas_
date Wed, 27 Aug 2008 16:40:21 +0000
parents 3096a47232ec
children 1646720364cf
line wrap: on
line diff
--- a/src/similar.c	Tue Aug 26 22:37:18 2008 +0000
+++ b/src/similar.c	Wed Aug 27 16:40:21 2008 +0000
@@ -68,7 +68,7 @@
 	g_free(sd);
 }
 
-static gint image_sim_channel_eq_sort_cb(const gpointer a, const gpointer b)
+static gint image_sim_channel_eq_sort_cb(gconstpointer a, gconstpointer b)
 {
 	gint *pa = (gpointer)a;
 	gint *pb = (gpointer)b;