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 1456bd4bb9..81a26e15ba 100644
--- a/apps/plugins/lib/checkbox.h
+++ b/apps/plugins/lib/checkbox.h
@@ -26,6 +26,6 @@
26/* 26/*
27 * Print a checkbox 27 * Print a checkbox
28 */ 28 */
29void checkbox(const struct plugin_api *api, int x, int y, int width, int height, bool checked); 29void checkbox(int x, int y, int width, int height, bool checked);
30 30
31#endif 31#endif