summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-19 12:53:44 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-19 12:53:44 +0100
commit3c0511ee915665dca67f53165bdf1bacf30b2854 (patch)
tree0bbe87a2753abe72959ba107ca60d6b3befda718 /include/dom
parent331b3a10642c5bf76f696016a44b1dd5506292ee (diff)
downloadlibdom-3c0511ee915665dca67f53165bdf1bacf30b2854.tar.gz
libdom-3c0511ee915665dca67f53165bdf1bacf30b2854.tar.bz2
HTMLOptGroupElement: Prepare for implementation
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/dom.h1
-rw-r--r--include/dom/html/html_opt_group_element.h (renamed from include/dom/html/html_optgroup_element.h)0
2 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index bfe9378..7a17152 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -50,6 +50,7 @@
#include <dom/html/html_input_element.h>
#include <dom/html/html_button_element.h>
#include <dom/html/html_text_area_element.h>
+#include <dom/html/html_opt_group_element.h>
/* DOM Events header */
#include <dom/events/events.h>
diff --git a/include/dom/html/html_optgroup_element.h b/include/dom/html/html_opt_group_element.h
index 2e182d5..2e182d5 100644
--- a/include/dom/html/html_optgroup_element.h
+++ b/include/dom/html/html_opt_group_element.h