diff options
Diffstat (limited to 'apps/plugins/lib/checkbox.h')
| -rw-r--r-- | apps/plugins/lib/checkbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/checkbox.h b/apps/plugins/lib/checkbox.h index 2a5ffea..72de495 100644 --- a/apps/plugins/lib/checkbox.h +++ b/apps/plugins/lib/checkbox.h @@ -24,6 +24,6 @@ /* * 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); #endif |