Fixed a type name
This commit is contained in:
parent
5367c5dabb
commit
9b2563595c
|
@ -403,7 +403,7 @@ void XmlPromptGenerator::handleSchema (
|
||||||
if ( !d->isRootElement )
|
if ( !d->isRootElement )
|
||||||
return;
|
return;
|
||||||
// first check for XML Schema association
|
// 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;
|
std::string path;
|
||||||
for ( ; *schemaAttr; schemaAttr += 2 )
|
for ( ; *schemaAttr; schemaAttr += 2 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue