dbertoni    2002/08/23 14:36:36

  Modified:    c/src/XMLSupport XalanHTMLElementsProperties.cpp
  Log:
  Make sure static instance is initialized.
  
  Revision  Changes    Path
  1.2       +2 -1      
xml-xalan/c/src/XMLSupport/XalanHTMLElementsProperties.cpp
  
  Index: XalanHTMLElementsProperties.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XMLSupport/XalanHTMLElementsProperties.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanHTMLElementsProperties.cpp   23 Aug 2002 21:20:28 -0000      1.1
  +++ XalanHTMLElementsProperties.cpp   23 Aug 2002 21:36:36 -0000      1.2
  @@ -129,7 +129,8 @@
   
   
   
  -const XalanHTMLElementsProperties::InternalAttributeProperties       
XalanHTMLElementsProperties::InternalElementProperties::s_dummyProperties;
  +const XalanHTMLElementsProperties::InternalAttributeProperties       
XalanHTMLElementsProperties::InternalElementProperties::s_dummyProperties =
  +                              { { 0 }, 0 };
   
   
   
  
  
  

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

Reply via email to