amassari 2004/09/23 00:10:13 Modified: c/src/xercesc/util NameIdPool.hpp Log: Removed const from variable declaration (jira#1259) Revision Changes Path 1.11 +4 -1 xml-xerces/c/src/xercesc/util/NameIdPool.hpp Index: NameIdPool.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/NameIdPool.hpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- NameIdPool.hpp 8 Sep 2004 13:56:22 -0000 1.10 +++ NameIdPool.hpp 23 Sep 2004 07:10:13 -0000 1.11 @@ -16,6 +16,9 @@ /* * $Log$ + * Revision 1.11 2004/09/23 07:10:13 amassari + * Removed const from variable declaration (jira#1259) + * * Revision 1.10 2004/09/08 13:56:22 peiyongz * Apache License Version 2.0 * @@ -292,7 +295,7 @@ // ----------------------------------------------------------------------- unsigned int fCurIndex; NameIdPool<TElem>* fToEnum; - MemoryManager* const fMemoryManager; + MemoryManager* fMemoryManager; }; XERCES_CPP_NAMESPACE_END
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]