summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/checkbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/checkbox.c')
-rw-r--r--apps/plugins/lib/checkbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/checkbox.c b/apps/plugins/lib/checkbox.c
index 5acc52a728..039d5f9cbf 100644
--- a/apps/plugins/lib/checkbox.c
+++ b/apps/plugins/lib/checkbox.c
@@ -25,7 +25,7 @@
25/* 25/*
26 * Print a checkbox 26 * Print a checkbox
27 */ 27 */
28void checkbox(struct plugin_api *api, int x, int y, int width, int height, bool checked) 28void checkbox(const struct plugin_api *api, int x, int y, int width, int height, bool checked)
29{ 29{
30 /* draw box */ 30 /* draw box */
31 api->lcd_drawrect(x, y, width, height); 31 api->lcd_drawrect(x, y, width, height);