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/04/01 05:49:30 UTC

cvs commit: xml-xalan/c/src/XalanTransformer XalanTransformer.hpp

dbertoni    01/03/31 19:49:30

  Modified:    c/src/XalanTransformer XalanTransformer.hpp
  Log:
  Fixed template parameter.
  
  Revision  Changes    Path
  1.15      +1 -1      xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp
  
  Index: XalanTransformer.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XalanTransformer.hpp	2001/03/30 21:35:19	1.14
  +++ XalanTransformer.hpp	2001/04/01 03:49:30	1.15
  @@ -353,7 +353,7 @@
   
   #if defined(XALAN_NO_NAMESPACES)
   	typedef vector<const XalanCompiledStylesheet*>		CompiledStylesheetPtrVectorType;
  -	typedef vector<const ParsedDocument*>				ParsedSourcePtrVectorType;
  +	typedef vector<const XalanParsedSource*>			ParsedSourcePtrVectorType;
   #else
   	typedef std::vector<const XalanCompiledStylesheet*>	CompiledStylesheetPtrVectorType;
   	typedef std::vector<const XalanParsedSource*>		ParsedSourcePtrVectorType;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org