From 230779848e22f5d185cbeb0ccaae0c16cbc5836c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 7 Oct 2011 18:12:47 +0000 Subject: metadata links stored in contents browser uses metadata links for favicons svn path=/trunk/netsurf/; revision=12977 --- image/image_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/image_cache.h') diff --git a/image/image_cache.h b/image/image_cache.h index 568f3e951..e879c740d 100644 --- a/image/image_cache.h +++ b/image/image_cache.h @@ -79,7 +79,7 @@ nserror image_cache_remove(struct content *content); /** Obtain a bitmap from a content converting from source if neccessary. */ -struct bitmap *image_cache_get_bitmap(struct content *c); +struct bitmap *image_cache_get_bitmap(const struct content *c); /** Obtain a bitmap from a content with no conversion */ struct bitmap *image_cache_find_bitmap(struct content *c); -- cgit v1.2.3