dbertoni    2005/04/22 15:28:46

  Modified:    c/src/xalanc/TestXPath TestXPath.cpp
  Log:
  Patch for Jira issue XALANC-492.
  
  Revision  Changes    Path
  1.11      +1 -1      xml-xalan/c/src/xalanc/TestXPath/TestXPath.cpp
  
  Index: TestXPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/TestXPath/TestXPath.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TestXPath.cpp     28 Dec 2004 01:58:21 -0000      1.10
  +++ TestXPath.cpp     22 Apr 2005 22:28:46 -0000      1.11
  @@ -1246,7 +1246,7 @@
   
       typedef XalanVector<XalanDOMString>     FileNameVectorType;
   
  -    DirectoryEnumeratorFunctor<FileNameVectorType, XalanDOMString>  
theEnumerator;
  +    DirectoryEnumeratorFunctor<FileNameVectorType, XalanDOMString>  
theEnumerator(theMemoryManager);
   
       FileNameVectorType  theFiles(theMemoryManager);
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to