You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/08/26 23:09:19 UTC

cvs commit: xml-xerces/c/src/xercesc/dom DOMXPathException.hpp

neilg       2003/08/26 14:09:19

  Modified:    c/src/xercesc/dom DOMXPathException.hpp
  Log:
  fix compilation error on HPUX
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/c/src/xercesc/dom/DOMXPathException.hpp
  
  Index: DOMXPathException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMXPathException.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOMXPathException.hpp	20 Aug 2003 11:31:22 -0000	1.1
  +++ DOMXPathException.hpp	26 Aug 2003 21:09:18 -0000	1.2
  @@ -120,7 +120,7 @@
        */
   	enum ExceptionCode {
   		INVALID_EXPRESSION_ERR = 51,
  -		TYPE_ERR = 52,
  +		TYPE_ERR = 52
   	};
       //@}
   
  
  
  

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