1
0
forked from 0ad/0ad

XMLTranscode param change (CStr => const char * - handle both types of strings)

This was SVN commit r445.
This commit is contained in:
Simon Brenner 2004-06-09 13:56:29 +00:00
parent ac894d0886
commit 4efc41cb30

View File

@ -47,7 +47,7 @@
XERCES_CPP_NAMESPACE_USE
CStr XMLTranscode(const XMLCh *);
XMLCh *XMLTranscode(const CStr &);
XMLCh *XMLTranscode(const char *);
/*
CLASS : CVFSInputSource