From 05a3cf37e14017a3593ed9e17e4a83b003ef29d6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 7 Apr 2011 23:28:32 +0000 Subject: s/struct dom_string/dom_string/g svn path=/trunk/libdom/; revision=12172 --- src/html/html_form_element.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/html/html_form_element.h') diff --git a/src/html/html_form_element.h b/src/html/html_form_element.h index 9b8105d..dd1482b 100644 --- a/src/html/html_form_element.h +++ b/src/html/html_form_element.h @@ -39,8 +39,8 @@ void _dom_html_form_element_destroy(struct dom_document *doc, /* The protected virtual functions */ dom_exception _dom_html_form_element_parse_attribute(dom_element *ele, - struct dom_string *name, struct dom_string *value, - struct dom_string **parsed); + dom_string *name, dom_string *value, + dom_string **parsed); void _dom_virtual_html_form_element_destroy(dom_node_internal *node); dom_exception _dom_html_form_element_alloc(struct dom_document *doc, struct dom_node_internal *n, struct dom_node_internal **ret); -- cgit v1.2.3