knoaman 2003/11/25 09:50:16
Modified: c/src/xercesc/internal XSObjectFactory.cpp
Log:
Fix AIX linking error
Revision Changes Path
1.6 +4 -1 xml-xerces/c/src/xercesc/internal/XSObjectFactory.cpp
Index: XSObjectFactory.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XSObjectFactory.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XSObjectFactory.cpp 24 Nov 2003 15:45:36 -0000 1.5
+++ XSObjectFactory.cpp 25 Nov 2003 17:50:15 -0000 1.6
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.6 2003/11/25 17:50:15 knoaman
+ * Fix AIX linking error
+ *
* Revision 1.5 2003/11/24 15:45:36 knoaman
* PSVI: finish construction of XSSimpleTypeDefinition
*
@@ -416,7 +419,7 @@
XSElementDeclaration*
XSObjectFactory::addOrFind(SchemaElementDecl* const elemDecl,
XSModel* const xsModel,
- XSComplexTypeDefinition* enclosingTypeDef)
+ XSComplexTypeDefinition* const enclosingTypeDef)
{
XSElementDeclaration* xsObj = (XSElementDeclaration*)
getObjectFromMap(elemDecl, xsModel);
if (!xsObj)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]