Fixed a type name

This commit is contained in:
Zane U. Ji 2012-08-11 17:12:28 +08:00
parent 5367c5dabb
commit 9b2563595c
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ void XmlPromptGenerator::handleSchema (
if ( !d->isRootElement )
return;
// first check for XML Schema association
const char **schemaAttr = ( const XML_Char ** ) attr; // now redundant; could use attr
const char **schemaAttr = ( const char ** ) attr; // now redundant; could use attr
std::string path;
for ( ; *schemaAttr; schemaAttr += 2 )
{