You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2005/04/23 00:28:46 UTC

cvs commit: xml-xalan/c/src/xalanc/TestXPath TestXPath.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org