dbertoni    01/05/17 09:14:09

  Modified:    c/src/XSLT ElemLiteralResult.hpp
  Log:
  Minor clean-up.
  
  Revision  Changes    Path
  1.20      +2 -2      xml-xalan/c/src/XSLT/ElemLiteralResult.hpp
  
  Index: ElemLiteralResult.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemLiteralResult.hpp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- ElemLiteralResult.hpp     2001/05/11 18:16:38     1.19
  +++ ElemLiteralResult.hpp     2001/05/17 16:14:05     1.20
  @@ -60,7 +60,7 @@
   
   
   // Base include file.  Must be first.
  -#include "XSLTDefinitions.hpp"
  +#include <XSLT/XSLTDefinitions.hpp>
   
   
   
  @@ -174,7 +174,7 @@
        /**
         * A vector to keep track of the attribute elements.
         */
  -     AVTVectorType           m_avts;
  +     AVTVectorType                   m_avts;
   };
   
   
  
  
  

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

Reply via email to