summaryrefslogtreecommitdiff
path: root/include/dom/html/html_form_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/html/html_form_element.h')
-rw-r--r--include/dom/html/html_form_element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dom/html/html_form_element.h b/include/dom/html/html_form_element.h
index 81637a3..fe4bf3f 100644
--- a/include/dom/html/html_form_element.h
+++ b/include/dom/html/html_form_element.h
@@ -11,12 +11,12 @@
#include <dom/core/exceptions.h>
#include <dom/core/string.h>
-struct dom_html_collection;
+#include <dom/html/html_form_controls_collection.h>
typedef struct dom_html_form_element dom_html_form_element;
dom_exception dom_html_form_element_get_elements(dom_html_form_element *ele,
- struct dom_html_collection **col);
+ dom_html_form_controls_collection **col);
dom_exception dom_html_form_element_get_length(dom_html_form_element *ele,
uint32_t *len);