summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-10 01:32:06 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:05 +0530
commit306c09b04502f1a501d155bd1d6380191d1a4106 (patch)
treeed8c98be3cd6c6473f13c957e9daf849d86168fa /include/dom/dom.h
parentb17260bd09aff0c689eb5296082fc473f9f76126 (diff)
downloadlibdom-306c09b04502f1a501d155bd1d6380191d1a4106.tar.gz
libdom-306c09b04502f1a501d155bd1d6380191d1a4106.tar.bz2
OList <ol> 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 0610427..4af78f7 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -69,6 +69,7 @@
#include <dom/html/html_br_element.h>
#include <dom/html/html_label_element.h>
#include <dom/html/html_ulist_element.h>
+#include <dom/html/html_olist_element.h>
/* DOM Events header */
#include <dom/events/events.h>