summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index a8661fb8ad..04493e93eb 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -29,7 +29,7 @@ bool option_screen(const struct settings_list *setting,
29 struct viewport parent[NB_SCREENS], 29 struct viewport parent[NB_SCREENS],
30 bool use_temp_var, unsigned char* option_title); 30 bool use_temp_var, unsigned char* option_title);
31 31
32#if defined(HAVE_QUICKSCREEN) || defined(HAVE_RECORDING) 32#if defined(HAVE_QUICKSCREEN) || defined(HAVE_RECORDING) || defined(HAVE_TOUCHSCREEN)
33void option_select_next_val(const struct settings_list *setting, 33void option_select_next_val(const struct settings_list *setting,
34 bool previous, bool apply); 34 bool previous, bool apply);
35#endif 35#endif