summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-06-03 10:32:33 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-21 17:37:14 +0530
commitfcfdb66ecfb1121f56a849ef087930cac017a5ed (patch)
tree3f7673cea91c19195c8932c38f2936149edda271 /include
parent8bc4bb6abf7f33cb100adacace73997fdb4dc1aa (diff)
downloadlibdom-fcfdb66ecfb1121f56a849ef087930cac017a5ed.tar.gz
libdom-fcfdb66ecfb1121f56a849ef087930cac017a5ed.tar.bz2
OptionElement
Diffstat (limited to 'include')
-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);