From 436dff43babdf1920b2c51c1b19e0a0214a81745 Mon Sep 17 00:00:00 2001 From: Neil Graham <neilg@apache.org> Date: Tue, 26 Aug 2003 21:09:18 +0000 Subject: [PATCH] fix compilation error on HPUX git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175170 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/dom/DOMXPathException.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xercesc/dom/DOMXPathException.hpp b/src/xercesc/dom/DOMXPathException.hpp index 43db64f58..4a1ef3a18 100644 --- a/src/xercesc/dom/DOMXPathException.hpp +++ b/src/xercesc/dom/DOMXPathException.hpp @@ -120,7 +120,7 @@ public: */ enum ExceptionCode { INVALID_EXPRESSION_ERR = 51, - TYPE_ERR = 52, + TYPE_ERR = 52 }; //@} -- GitLab