summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-14 05:32:09 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:06 +0530
commit8e45e8ddbec0eb239f780254d5658160ecb0387c (patch)
treeeba61ab5c7802034d6673532c4c40230f020943f /include/dom/dom.h
parent76fa6b3589c3ee19db20201ab072d6907e84390b (diff)
downloadlibdom-8e45e8ddbec0eb239f780254d5658160ecb0387c.tar.gz
libdom-8e45e8ddbec0eb239f780254d5658160ecb0387c.tar.bz2
Anchor <a> element
Diffstat (limited to 'include/dom/dom.h')
-rw-r--r--include/dom/dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index 3dabeec..f243bec 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -73,6 +73,7 @@
#include <dom/html/html_li_element.h>
#include <dom/html/html_font_element.h>
#include <dom/html/html_mod_element.h>
+#include <dom/html/html_anchor_element.h>
/* DOM Events header */
#include <dom/events/events.h>