From ac0a6be4a62b2fa9830184def0652a499df1398b Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Tue, 3 Jun 2014 10:32:33 +0530 Subject: OptionElement --- include/dom/html/html_option_element.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dom') diff --git a/include/dom/html/html_option_element.h b/include/dom/html/html_option_element.h index 53ba286..aa0d11c 100644 --- a/include/dom/html/html_option_element.h +++ b/include/dom/html/html_option_element.h @@ -28,7 +28,7 @@ dom_exception dom_html_option_element_get_text( dom_html_option_element *option, dom_string **text); dom_exception dom_html_option_element_get_index( - dom_html_option_element *option, unsigned long *index); + dom_html_option_element *option, int32_t *index); dom_exception dom_html_option_element_get_disabled( dom_html_option_element *option, bool *disabled); -- cgit v1.2.3