You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2001/11/06 20:02:06 UTC

cvs commit: xml-xerces/c/src/validators/schema/identity XercesXPath.hpp

knoaman     01/11/06 11:02:06

  Modified:    c/src/validators/schema/identity XercesXPath.hpp
  Log:
  Fix compilation error on Solaris.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xerces/c/src/validators/schema/identity/XercesXPath.hpp
  
  Index: XercesXPath.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/schema/identity/XercesXPath.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XercesXPath.hpp	2001/11/02 14:08:40	1.1
  +++ XercesXPath.hpp	2001/11/06 19:02:06	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: XercesXPath.hpp,v 1.1 2001/11/02 14:08:40 knoaman Exp $
  + * $Id: XercesXPath.hpp,v 1.2 2001/11/06 19:02:06 knoaman Exp $
    */
   
   #if !defined(XERCESXPATH_HPP)
  @@ -206,7 +206,7 @@
       // -----------------------------------------------------------------------
       unsigned int getStepSize() const;
       void addStep(XercesStep* const aStep);
  -    XercesStep* getStep(unsigned int index) const;
  +    XercesStep* getStep(const unsigned int index) const;
   
   private:
       // -----------------------------------------------------------------------
  
  
  

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