summaryrefslogtreecommitdiff
path: root/image/image_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/image_cache.h')
-rw-r--r--image/image_cache.h2
1 files changed, 1 insertions, 1 deletions
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);