dbertoni 01/09/27 09:48:25 Modified: c/src/PlatformSupport Writer.cpp Log: Fixed dumb typo. Revision Changes Path 1.5 +1 -1 xml-xalan/c/src/PlatformSupport/Writer.cpp Index: Writer.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/Writer.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Writer.cpp 2001/09/27 16:34:27 1.4 +++ Writer.cpp 2001/09/27 16:48:25 1.5 @@ -60,7 +60,7 @@ #if !defined(XALAN_INLINE_INITIALIZATION) -const Writer::size_t npos = ~0u; +const size_t Writer::npos = ~0u; #endif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
