summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-19 21:22:45 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:10 +0530
commit913ca00c2745f342146fd62494ad85baacf2b008 (patch)
tree159a6080a454c36e10bb9f27c55f4787e08c96b3 /include/dom/dom.h
parent1dd1c7617aae1a4bd285d83a3c73d5d2f53761d7 (diff)
downloadlibdom-913ca00c2745f342146fd62494ad85baacf2b008.tar.gz
libdom-913ca00c2745f342146fd62494ad85baacf2b008.tar.bz2
TableCol 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 fac1dac..51d12c4 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -84,6 +84,7 @@
#include <dom/html/html_script_element.h>
#include <dom/html/html_tablecaption_element.h>
#include <dom/html/html_tablecell_element.h>
+#include <dom/html/html_tablecol_element.h>
/* DOM Events header */
#include <dom/events/events.h>