cargilld 2003/12/17 16:46:33 Modified: c/src/xercesc/util/regx RegularExpression.hpp Log: Fix AIX compiler error. Revision Changes Path 1.14 +2 -2 xml-xerces/c/src/xercesc/util/regx/RegularExpression.hpp Index: RegularExpression.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/regx/RegularExpression.hpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- RegularExpression.hpp 17 Dec 2003 20:00:49 -0000 1.13 +++ RegularExpression.hpp 18 Dec 2003 00:46:33 -0000 1.14 @@ -146,7 +146,7 @@ bool matches(const char* const matchString, const int start, const int end, Match* const pMatch, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager); - bool matches(const XMLCh* const matchString, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);; + bool matches(const XMLCh* const matchString, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager); bool matches(const XMLCh* const matchString, const int start, const int end, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager); bool matches(const XMLCh* const matchString, Match* const pMatch, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]