summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-04-07 11:15:09 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-04-07 11:15:09 +0000
commit59641def822ba66ed9bf3ae73ed53dffe45a992c (patch)
tree471343dc45ddfa4549c94f48ba4019998b99a675 /desktop/history_core.c
parent79acb8b08c22ad15a54f93e66516904fe133232d (diff)
downloadnetsurf-59641def822ba66ed9bf3ae73ed53dffe45a992c.tar.gz
netsurf-59641def822ba66ed9bf3ae73ed53dffe45a992c.tar.bz2
const fixes in plotters and history core
svn path=/trunk/netsurf/; revision=4083
Diffstat (limited to 'desktop/history_core.c')
-rw-r--r--desktop/history_core.c2
1 files changed, 1 insertions, 1 deletions
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);