summaryrefslogtreecommitdiff
path: root/include/dom/html/html_button_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/html/html_button_element.h')
-rw-r--r--include/dom/html/html_button_element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/html/html_button_element.h b/include/dom/html/html_button_element.h
index 46376b2..9bbd562 100644
--- a/include/dom/html/html_button_element.h
+++ b/include/dom/html/html_button_element.h
@@ -37,7 +37,7 @@ dom_exception dom_html_button_element_set_name(
dom_html_button_element *button, dom_string *name);
dom_exception dom_html_button_element_get_tab_index(
- dom_html_button_element *button, unsigned long *tab_index);
+ dom_html_button_element *button, long *tab_index);
dom_exception dom_html_button_element_set_tab_index(
dom_html_button_element *button, unsigned long tab_index);