From 1bc67c81b60539576c0073e8acd2ffa7d43ac882 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 11 Jul 2009 00:22:26 +0000 Subject: Fix type mismatch warnings and errors exposed when building with EABI toolchain. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21769 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui') diff --git a/apps/gui/list.h b/apps/gui/list.h index c1126f257f..040002222c 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -168,7 +168,7 @@ extern void gui_synclist_del_item(struct gui_synclist * lists); extern void gui_synclist_limit_scroll(struct gui_synclist * lists, bool scroll); extern void gui_synclist_flash(struct gui_synclist * lists); extern void gui_synclist_set_title(struct gui_synclist * lists, char * title, - int icon); + enum themable_icons icon); extern void gui_synclist_hide_selection_marker(struct gui_synclist *lists, bool hide); extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists, -- cgit v1.2.3