summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/checkbox.h')
-rw-r--r--apps/plugins/lib/checkbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/checkbox.h b/apps/plugins/lib/checkbox.h
index 2a5ffea0aa..72de4952ca 100644
--- a/apps/plugins/lib/checkbox.h
+++ b/apps/plugins/lib/checkbox.h
@@ -24,6 +24,6 @@
24/* 24/*
25 * Print a checkbox 25 * Print a checkbox
26 */ 26 */
27void checkbox(struct plugin_api *api, int x, int y, int width, int height, bool checked); 27void checkbox(const struct plugin_api *api, int x, int y, int width, int height, bool checked);
28 28
29#endif 29#endif