dbertoni    01/09/27 13:09:20

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  Fixed typedef.
  
  Revision  Changes    Path
  1.31      +1 -1      xml-xalan/c/src/XSLT/XalanTemplate.cpp
  
  Index: XalanTemplate.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanTemplate.cpp,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- XalanTemplate.cpp 2001/08/13 17:08:54     1.30
  +++ XalanTemplate.cpp 2001/09/27 20:09:19     1.31
  @@ -418,7 +418,7 @@
        }
   
        {
  -             ElemForEach::SortElemsVector    theVector;
  +             ElemForEach::SortElemsVectorType        theVector;
                
                for_each(theVector.begin(),
                         theVector.end(),
  
  
  

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

Reply via email to