From 4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 7 Apr 2011 23:28:32 +0000 Subject: s/struct dom_string/dom_string/g svn path=/trunk/libdom/; revision=12172 --- src/core/cdatasection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/cdatasection.c') diff --git a/src/core/cdatasection.c b/src/core/cdatasection.c index b470df2..7417ebf 100644 --- a/src/core/cdatasection.c +++ b/src/core/cdatasection.c @@ -37,7 +37,7 @@ static struct dom_node_protect_vtable cdata_section_protect_vtable = { * The returned node will already be referenced. */ dom_exception _dom_cdata_section_create(struct dom_document *doc, - struct lwc_string_s *name, struct dom_string *value, + struct lwc_string_s *name, dom_string *value, struct dom_cdata_section **result) { struct dom_cdata_section *c; -- cgit v1.2.3