dbertoni 2002/12/02 16:27:53
Modified: c/src/XSLT StylesheetExecutionContextDefault.cpp
Log:
Fixed problem with non-namespace aware compilers.
Revision Changes Path
1.106 +1 -1
xml-xalan/c/src/XSLT/StylesheetExecutionContextDefault.cpp
Index: StylesheetExecutionContextDefault.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XSLT/StylesheetExecutionContextDefault.cpp,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- StylesheetExecutionContextDefault.cpp 25 Nov 2002 18:11:53 -0000
1.105
+++ StylesheetExecutionContextDefault.cpp 3 Dec 2002 00:27:52 -0000
1.106
@@ -1577,7 +1577,7 @@
const XalanDOMChar* theRHS,
eCaseOrder /* theCaseOrder
*/) const
{
- return XALAN_CPP_NAMESPACE_QUALIFIER collationCompare(theLHS, theRHS);
+ return XALAN_CPP_NAMESPACE :: collationCompare(theLHS, theRHS);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]