summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 23:51:29 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 23:51:29 +0000
commitc9c2a632f38b736d6879caf00aa477ecf2e22dfb (patch)
treee21b9fd07dd2078406344d40d13450d9d448f967 /include
parent08e04406dc01b04f0aee8d816e9e620a28d061b4 (diff)
downloadlibdom-c9c2a632f38b736d6879caf00aa477ecf2e22dfb.tar.gz
libdom-c9c2a632f38b736d6879caf00aa477ecf2e22dfb.tar.bz2
Fix build
svn path=/trunk/dom/; revision=11016
Diffstat (limited to 'include')
-rw-r--r--include/dom/html/html_element.h2
1 files changed, 1 insertions, 1 deletions
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)