tng 2003/03/11 04:58:36
Modified: c/src/xercesc/framework XMLFormatter.hpp
Log:
Fix compilation error on AIX.
Revision Changes Path
1.10 +4 -1 xml-xerces/c/src/xercesc/framework/XMLFormatter.hpp
Index: XMLFormatter.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLFormatter.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XMLFormatter.hpp 7 Mar 2003 21:42:37 -0000 1.9
+++ XMLFormatter.hpp 11 Mar 2003 12:58:36 -0000 1.10
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.10 2003/03/11 12:58:36 tng
+ * Fix compilation error on AIX.
+ *
* Revision 1.9 2003/03/07 21:42:37 tng
* [Bug 17589] Refactoring ... . Patch from Jacques Legare.
*
@@ -409,7 +412,7 @@
const XMLCh * stdRef);
unsigned int handleUnEscapedChars(const XMLCh * srcPtr,
- unsigned int count,
+ const unsigned int count,
const UnRepFlags unrepFlags);
void specialFormat
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]