From 59641def822ba66ed9bf3ae73ed53dffe45a992c Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Mon, 7 Apr 2008 11:15:09 +0000 Subject: const fixes in plotters and history core svn path=/trunk/netsurf/; revision=4083 --- desktop/history_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/history_core.c') diff --git a/desktop/history_core.c b/desktop/history_core.c index 0550f596d..2081d132d 100644 --- a/desktop/history_core.c +++ b/desktop/history_core.c @@ -225,7 +225,7 @@ void history_add(struct history *history, struct content *content, struct history_entry *entry; char *url; char *title; - const struct bitmap *bitmap; + struct bitmap *bitmap; assert(history); assert(content); -- cgit v1.2.3