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 2002/08/05 07:52:07 UTC

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

dbertoni    2002/08/04 22:52:07

  Modified:    c/src/XSLT ResultTreeFragBaseNodeRefListBaseProxy.hpp
  Log:
  Fixed prototype.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/c/src/XSLT/ResultTreeFragBaseNodeRefListBaseProxy.hpp
  
  Index: ResultTreeFragBaseNodeRefListBaseProxy.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ResultTreeFragBaseNodeRefListBaseProxy.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ResultTreeFragBaseNodeRefListBaseProxy.hpp	5 Aug 2002 04:50:06 -0000	1.1
  +++ ResultTreeFragBaseNodeRefListBaseProxy.hpp	5 Aug 2002 05:52:07 -0000	1.2
  @@ -98,7 +98,7 @@
   
   	// These methods are inherited from NodeRefListBase...
   	XalanNode*
  -	item(unsigned int	index) const;
  +	item(size_type	index) const;
   
   	size_type
   	getLength() const;
  
  
  

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