diff --git a/src/xercesc/framework/psvi/XSValue.hpp b/src/xercesc/framework/psvi/XSValue.hpp index d997736676b03fa37157828b4c67f48c5b7c612f..b81ca446d0de5d08462c586e17fe45610f5e3c9a 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[]; //@}