From c9c2a632f38b736d6879caf00aa477ecf2e22dfb Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 5 Dec 2010 23:51:29 +0000 Subject: Fix build svn path=/trunk/dom/; revision=11016 --- include/dom/html/html_element.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dom/html/html_element.h b/include/dom/html/html_element.h index ed7aa69..47129fe 100644 --- a/include/dom/html/html_element.h +++ b/include/dom/html/html_element.h @@ -19,7 +19,7 @@ typedef struct dom_html_element_vtable { struct dom_string **id); dom_exception (*dom_html_element_set_id)(struct dom_html_element *element, struct dom_string *id); -}; +} dom_html_element_vtable; static inline dom_exception dom_html_element_get_id(struct dom_html_element *element, struct dom_string **id) -- cgit v1.2.3