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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to