You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@locus.apache.org on 2000/11/30 23:09:56 UTC

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

auriemma    00/11/30 14:09:54

  Modified:    c/src/XSLT Stylesheet.hpp
  Log:
  HP port based on work from Trevor Smigiel and Troy Heber.
  
  Revision  Changes    Path
  1.29      +1 -1      xml-xalan/c/src/XSLT/Stylesheet.hpp
  
  Index: Stylesheet.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.hpp,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Stylesheet.hpp	2000/11/27 21:44:50	1.28
  +++ Stylesheet.hpp	2000/11/30 22:09:52	1.29
  @@ -990,7 +990,7 @@
   #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
   	virtual XalanNode*
   #else
  -	virtual Stylehseet*
  +	virtual Stylesheet*
   #endif
   	cloneNode(bool deep) const;