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/18 22:03:49 UTC

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

dbertoni    01/04/18 13:03:49

  Modified:    c/src/XSLT Stylesheet.hpp
  Log:
  Work-around for Tru64 compiler.
  
  Revision  Changes    Path
  1.34      +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.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- Stylesheet.hpp	2001/03/06 21:22:58	1.33
  +++ Stylesheet.hpp	2001/04/18 20:03:46	1.34
  @@ -119,7 +119,7 @@
    * This class represents the base stylesheet or an "import" stylesheet.
    * "include" stylesheets are combined with the including stylesheet.
    */
  -class XALAN_XSLT_EXPORT Stylesheet : public XalanDocument, private PrefixResolver
  +class XALAN_XSLT_EXPORT Stylesheet : public XalanDocument, protected PrefixResolver
   {	
   
   public:
  
  
  

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