summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
diff options
context:
space:
mode:
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);