From 4500fe4c592f5382e226e07a78f4f3c2ae92c298 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 5 May 2009 13:02:08 +0000 Subject: Some more typo found by the testcases. svn path=/trunk/dom/; revision=7393 --- include/dom/core/document_type.h | 4 ++-- 1 file 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, -- cgit v1.2.3