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 2004/01/28 21:08:40 UTC

cvs commit: xml-xalan/c/src/xalanc/XercesParserLiaison XercesParserLiaison.cpp

dbertoni    2004/01/28 12:08:40

  Modified:    c/src/xalanc/XercesParserLiaison XercesParserLiaison.cpp
  Log:
  Fixed broken cast.
  
  Revision  Changes    Path
  1.6       +1 -1      xml-xalan/c/src/xalanc/XercesParserLiaison/XercesParserLiaison.cpp
  
  Index: XercesParserLiaison.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XercesParserLiaison/XercesParserLiaison.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XercesParserLiaison.cpp	6 Jan 2004 02:41:45 -0000	1.5
  +++ XercesParserLiaison.cpp	28 Jan 2004 20:08:40 -0000	1.6
  @@ -162,7 +162,7 @@
   			(*i).second.m_isOwned == true)
   		{
   #if defined(XALAN_CANNOT_DELETE_CONST)
  -			delete (DOMDocument*)(*i).second.m_wrapper->getXercesDocument();
  +			delete (DOMDocument_Type*)(*i).second.m_wrapper->getXercesDocument();
   #else
   			delete (*i).second.m_wrapper->getXercesDocument();
   #endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org