auriemma    01/04/17 07:44:05

  Modified:    c/src/PlatformSupport AttributeVectorEntryExtended.hpp
  Log:
  Error compiling on AIX.
  
  Revision  Changes    Path
  1.2       +2 -2      
xml-xalan/c/src/PlatformSupport/AttributeVectorEntryExtended.hpp
  
  Index: AttributeVectorEntryExtended.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/PlatformSupport/AttributeVectorEntryExtended.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AttributeVectorEntryExtended.hpp  2001/03/29 22:09:44     1.1
  +++ AttributeVectorEntryExtended.hpp  2001/04/17 14:44:03     1.2
  @@ -101,8 +101,8 @@
                        const XMLCh*    theValue,
                        const XMLCh*    theType) :
                AttributeVectorEntry(theName, theValue, theType),
  -             m_uri(0),
  -             m_localName(0)
  +             m_uri(),
  +             m_localName()
        {
        }
   
  
  
  

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

Reply via email to