From 4efc41cb3072a818cb8ff6563dd210dba657c691 Mon Sep 17 00:00:00 2001 From: olsner Date: Wed, 9 Jun 2004 13:56:29 +0000 Subject: [PATCH] XMLTranscode param change (CStr => const char * - handle both types of strings) This was SVN commit r445. --- source/ps/XML.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ps/XML.h b/source/ps/XML.h index 6927ec99da..aa028637c8 100755 --- a/source/ps/XML.h +++ b/source/ps/XML.h @@ -47,7 +47,7 @@ XERCES_CPP_NAMESPACE_USE CStr XMLTranscode(const XMLCh *); -XMLCh *XMLTranscode(const CStr &); +XMLCh *XMLTranscode(const char *); /* CLASS : CVFSInputSource