dbertoni    01/04/11 10:12:11

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  Fixed scoping issue with AttributeVector entry and included header file.
  
  Revision  Changes    Path
  1.18      +2 -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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- XalanTemplate.cpp 2001/04/11 15:31:47     1.17
  +++ XalanTemplate.cpp 2001/04/11 17:12:10     1.18
  @@ -98,6 +98,7 @@
   
   
   #include <PlatformSupport/AttributeListImpl.hpp>
  +#include <PlatformSupport/AttributeVectorEntry.hpp>
   #include <PlatformSupport/DOMStringHelper.hpp>
   #include <PlatformSupport/PrintWriter.hpp>
   #include <PlatformSupport/XalanOutputStream.hpp>
  @@ -251,7 +252,7 @@
                
                for_each(theVector.begin(),
                         theVector.end(),
  -                      
DeleteFunctor<AttributeListImpl::AttributeVectorEntry>());
  +                      DeleteFunctor<AttributeVectorEntry>());
        }       
   
        {
  
  
  

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

Reply via email to