From e482a929a931a094f67f960e46e23d494cc17943 Mon Sep 17 00:00:00 2001 From: David Abram Cargill <cargilld@apache.org> Date: Wed, 24 Nov 2004 10:18:59 +0000 Subject: [PATCH] Fix compilation error on HP for yesterday's commit. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176207 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/framework/psvi/XSValue.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xercesc/framework/psvi/XSValue.hpp b/src/xercesc/framework/psvi/XSValue.hpp index d99773667..b81ca446d 100644 --- a/src/xercesc/framework/psvi/XSValue.hpp +++ b/src/xercesc/framework/psvi/XSValue.hpp @@ -16,6 +16,9 @@ /* * $Log$ + * Revision 1.17 2004/11/24 10:18:59 cargilld + * Fix compilation error on HP for yesterday's commit. + * * Revision 1.16 2004/11/24 02:34:08 cargilld * Various bug fixes and code cleanup for XSValue. * @@ -320,7 +323,7 @@ private: //@{ static const XSValue::DataGroup inGroup[]; - static const bool XSValue::numericSign[]; + static const bool numericSign[]; //@} -- GitLab