dbertoni 01/07/26 23:15:59
Modified: c/src/XPath XPathExpression.hpp
Log:
Fixed glitch in static member.
Revision Changes Path
1.21 +1 -1 xml-xalan/c/src/XPath/XPathExpression.hpp
Index: XPathExpression.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExpression.hpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- XPathExpression.hpp 2001/07/08 18:20:35 1.20
+++ XPathExpression.hpp 2001/07/27 06:15:59 1.21
@@ -571,7 +571,7 @@
* remain one.
*/
#if defined(XALAN_INLINE_INITIALIZATION)
- const int s_opCodeMapLengthIndex = 1;
+ static const int s_opCodeMapLengthIndex = 1;
#else
enum eDummy
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]