diff options
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index 75a346e223..1c298d8330 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -486,7 +486,7 @@ struct user_settings #endif #ifdef HAVE_QUICKSCREEN - int qs_items[QUICKSCREEN_ITEM_COUNT]; + const struct settings_list *qs_items[QUICKSCREEN_ITEM_COUNT]; #endif int timeformat; /* time format: 0=24 hour clock, 1=12 hour clock */ |