summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-05-05 13:02:08 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-05-05 13:02:08 +0000
commitb4f92314d1ea118ec0034c0dbfba243d3599a5d9 (patch)
treec14b705bf58ac81f032e810a3ce9a00909a80d63 /include/dom
parent7c0cbfd7f79156dc397c6f666f067763ed541441 (diff)
downloadlibdom-b4f92314d1ea118ec0034c0dbfba243d3599a5d9.tar.gz
libdom-b4f92314d1ea118ec0034c0dbfba243d3599a5d9.tar.bz2
Some more typo found by the testcases.
svn path=/trunk/dom/; revision=7393
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/core/document_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dom/core/document_type.h b/include/dom/core/document_type.h
index 3a0eb5e..fdba202 100644
--- a/include/dom/core/document_type.h
+++ b/include/dom/core/document_type.h
@@ -57,7 +57,7 @@ static inline dom_exception dom_document_type_get_entities(
->dom_document_type_get_entities(doc_type, result);
}
#define dom_document_type_get_entities(dt, r) dom_document_type_get_entities( \
- (dom_document_type *) (dt), (struct dom_string **) (r))
+ (dom_document_type *) (dt), (struct dom_namednodemap **) (r))
static inline dom_exception dom_document_type_get_notations(
struct dom_document_type *doc_type,
@@ -67,7 +67,7 @@ static inline dom_exception dom_document_type_get_notations(
->dom_document_type_get_notations(doc_type, result);
}
#define dom_document_type_get_notations(dt, r) dom_document_type_get_notations(\
- (dom_document_type *) (dt), (struct dom_string **) (r))
+ (dom_document_type *) (dt), (struct dom_namednodemap **) (r))
static inline dom_exception dom_document_type_get_public_id(
struct dom_document_type *doc_type,