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 2001/05/17 18:14:09 UTC

cvs commit: xml-xalan/c/src/XSLT ElemLiteralResult.hpp

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