dbertoni 00/04/20 09:48:26
Modified: c/src/XPath XPath.cpp
Log:
Changes for namespace problems.
Revision Changes Path
1.11 +2 -2 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPath.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XPath.cpp 2000/04/18 15:27:17 1.10
+++ XPath.cpp 2000/04/20 16:48:25 1.11
@@ -1400,7 +1400,7 @@
opPos++;
- std::vector<XObject*> args;
+ Function::XObjectArgVectorType args;
while(opPos < endExtFunc)
{
@@ -1448,7 +1448,7 @@
opPos++;
- std::vector<XObject*> args;
+ Function::XObjectArgVectorType args;
while(opPos < endFunc)
{