summaryrefslogtreecommitdiff
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
commit4500fe4c592f5382e226e07a78f4f3c2ae92c298 (patch)
treec14b705bf58ac81f032e810a3ce9a00909a80d63
parentabcf8a2d4bc6cf9e63e66d9a39df25f5b9cdbaf9 (diff)
downloadlibdom-4500fe4c592f5382e226e07a78f4f3c2ae92c298.tar.gz
libdom-4500fe4c592f5382e226e07a78f4f3c2ae92c298.tar.bz2
Some more typo found by the testcases.
svn path=/trunk/dom/; revision=7393
-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,