summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-15 05:43:49 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-21 17:37:12 +0530
commitffc8138ba026b6ce0471105ab431f054f24589ff (patch)
tree461457075883716916f2649fdfc0533c36586e90 /include/dom/dom.h
parent2eebfe9785e83b882dfac17c037bfd490cb0bb6a (diff)
downloadlibdom-ffc8138ba026b6ce0471105ab431f054f24589ff.tar.gz
libdom-ffc8138ba026b6ce0471105ab431f054f24589ff.tar.bz2
Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor Element. Image <img> 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 7c788fd..ea61dfa 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -75,6 +75,7 @@
#include <dom/html/html_mod_element.h>
#include <dom/html/html_anchor_element.h>
#include <dom/html/html_basefont_element.h>
+#include <dom/html/html_image_element.h>
/* DOM Events header */
#include <dom/events/events.h>