cargilld    2004/11/24 02:18:59

  Modified:    c/src/xercesc/framework/psvi XSValue.hpp
  Log:
  Fix compilation error on HP for yesterday's commit.
  
  Revision  Changes    Path
  1.17      +5 -2      xml-xerces/c/src/xercesc/framework/psvi/XSValue.hpp
  
  Index: XSValue.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSValue.hpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- XSValue.hpp       24 Nov 2004 02:34:08 -0000      1.16
  +++ XSValue.hpp       24 Nov 2004 10:18:59 -0000      1.17
  @@ -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 @@
       //@{
   
       static const XSValue::DataGroup inGroup[];
  -    static const bool XSValue::numericSign[];
  +    static const bool numericSign[];
   
       //@}
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to