summaryrefslogtreecommitdiff
path: root/include/dom/html/html_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/html/html_element.h')
-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)