You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/08/23 23:36:36 UTC

cvs commit: xml-xalan/c/src/XMLSupport XalanHTMLElementsProperties.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org