diff options
author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-07-11 00:22:26 +0000 |
---|---|---|
committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-07-11 00:22:26 +0000 |
commit | 1bc67c81b60539576c0073e8acd2ffa7d43ac882 (patch) | |
tree | 8e8953e0cb7926b84da228abf8476b2f2e2678ab /apps/gui/list.h | |
parent | 7ad3a333a3af8a6ca3d6f1b4b025b0b7245684dd (diff) |
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
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r-- | apps/gui/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |