diff options
Diffstat (limited to 'apps/plugins/lib/checkbox.c')
| -rw-r--r-- | apps/plugins/lib/checkbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/checkbox.c b/apps/plugins/lib/checkbox.c index 5acc52a..039d5f9 100644 --- a/apps/plugins/lib/checkbox.c +++ b/apps/plugins/lib/checkbox.c @@ -25,7 +25,7 @@ /* * Print a checkbox */ -void checkbox(struct plugin_api *api, int x, int y, int width, int height, bool checked) +void checkbox(const struct plugin_api *api, int x, int y, int width, int height, bool checked) { /* draw box */ api->lcd_drawrect(x, y, width, height); |