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-21 17:37:13 +0530
commitdee7e98d4b89ad7db172e569afe49d7374274ea0 (patch)
tree40f3f0d2629d1c62ec14e25b093bde265721002a /include/dom/dom.h
parenta46446704cc16e351e0b058a85297854060c8dfe (diff)
downloadlibdom-dee7e98d4b89ad7db172e569afe49d7374274ea0.tar.gz
libdom-dee7e98d4b89ad7db172e569afe49d7374274ea0.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>