summaryrefslogtreecommitdiff
path: root/platform/gl
diff options
context:
space:
mode:
Diffstat (limited to 'platform/gl')
-rw-r--r--platform/gl/gl-form.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/gl/gl-form.c b/platform/gl/gl-form.c
index b9da50a1..123e8769 100644
--- a/platform/gl/gl-form.c
+++ b/platform/gl/gl-form.c
@@ -117,7 +117,7 @@ void do_widget_panel(void)
}
else if (type == PDF_WIDGET_TYPE_COMBOBOX || type == PDF_WIDGET_TYPE_LISTBOX)
{
- char **options;
+ const char **options;
int n, choice;
ui_label("Value:");
n = pdf_choice_widget_options(ctx, selected_annot->page->doc, selected_annot, 0, NULL);