forked from len0rd/rockbox
Const correctness
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23093 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46943ad40c
commit
aa84a99caf
2 changed files with 3 additions and 3 deletions
|
|
@ -418,7 +418,7 @@ void gui_list_screen_scroll_out_of_view(bool enable)
|
|||
* both the title and icon. Use NOICON if there is no icon.
|
||||
*/
|
||||
void gui_synclist_set_title(struct gui_synclist * gui_list,
|
||||
char * title, enum themable_icons icon)
|
||||
const char * title, enum themable_icons icon)
|
||||
{
|
||||
gui_list->title = title;
|
||||
gui_list->title_icon = icon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue