summaryrefslogtreecommitdiff
path: root/src/html/html_form_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_form_element.h')
-rw-r--r--src/html/html_form_element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/html_form_element.h b/src/html/html_form_element.h
index 4987820..4a75379 100644
--- a/src/html/html_form_element.h
+++ b/src/html/html_form_element.h
@@ -12,11 +12,11 @@
#include "html/html_element.h"
-struct dom_html_collection;
-
struct dom_html_form_element {
struct dom_html_element base;
/**< The base class */
+ dom_html_form_controls_collection *elements;
+ /**< The elements collection (memoised) */
};
/* Create a dom_html_form_element object */