summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-06-03 10:32:33 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:12 +0530
commitac0a6be4a62b2fa9830184def0652a499df1398b (patch)
tree5e324f654a79e7a512a00688136db256941310f6 /include/dom
parent5c0d74591877de6bcced0a6ba5836b4a2df1c5a7 (diff)
downloadlibdom-ac0a6be4a62b2fa9830184def0652a499df1398b.tar.gz
libdom-ac0a6be4a62b2fa9830184def0652a499df1398b.tar.bz2
OptionElement
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/html/html_option_element.h2
1 files changed, 1 insertions, 1 deletions
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);