summaryrefslogtreecommitdiff
path: root/include/dom/html/html_table_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/html/html_table_element.h')
-rw-r--r--include/dom/html/html_table_element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/html/html_table_element.h b/include/dom/html/html_table_element.h
index 6fcd7ed..205d719 100644
--- a/include/dom/html/html_table_element.h
+++ b/include/dom/html/html_table_element.h
@@ -120,7 +120,7 @@ dom_exception dom_html_table_element_delete_t_foot(
dom_exception dom_html_table_element_insert_row(
dom_html_table_element *element,
- int32_t index, dom_html_element **row);
+ int32_t index, dom_html_element **row_out);
dom_exception dom_html_table_element_delete_row(
dom_html_table_element *element,