diff src/image-overlay.c @ 1298:c37f36b97173

added histogram pane
author nadvornik
date Sun, 15 Feb 2009 19:25:55 +0000
parents 9b59d40030d2
children 8d1f9739c06a
line wrap: on
line diff
--- a/src/image-overlay.c	Sun Feb 15 17:27:48 2009 +0000
+++ b/src/image-overlay.c	Sun Feb 15 19:25:55 2009 +0000
@@ -442,7 +442,7 @@
 	gchar *text;
 	GdkPixbuf *imgpixbuf = NULL;
 	gboolean with_hist;
-	HistMap *histmap;
+	const HistMap *histmap;
 	ImageWindow *imd = osd->imd;
 	FileData *fd = image_get_fd(imd);