summaryrefslogtreecommitdiffstats
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 0c2d050a73..f118260154 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -274,7 +274,7 @@ struct plugin_api {
void (*gui_synclist_flash)(struct gui_synclist * lists);
unsigned (*gui_synclist_do_button)(struct gui_synclist * lists,
unsigned button,enum list_wrap wrap);
- void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, ICON icon);
+ void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, int icon);
/* button */
long (*button_get)(bool block);