dbertoni 00/12/01 14:00:39
Modified: c/src/TestXSLT process.cpp
Log:
Changes for vector iterator issues.
Revision Changes Path
1.48 +1 -1 xml-xalan/c/src/TestXSLT/process.cpp
Index: process.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/TestXSLT/process.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- process.cpp 2000/11/30 21:09:55 1.47
+++ process.cpp 2000/12/01 22:00:39 1.48
@@ -1117,7 +1117,7 @@
vector<XalanNode*>
theNodes(theInstanceCount, 0);
- XalanNode::getLiveInstances(theNodes.begin());
+ XalanNode::getLiveInstances(&*theNodes.begin());
for(unsigned int i = 0; i < theInstanceCount;
++i)
{