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/03/27 16:17:21 UTC

cvs commit: xml-xalan/c/src/XalanTransformer XalanTransformer.cpp

dbertoni    02/03/27 07:17:20

  Modified:    c/src/XalanTransformer XalanTransformer.cpp
  Log:
  Fixed typo.
  
  Revision  Changes    Path
  1.44      +1 -1      xml-xalan/c/src/XalanTransformer/XalanTransformer.cpp
  
  Index: XalanTransformer.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanTransformer.cpp,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- XalanTransformer.cpp	23 Feb 2002 04:20:47 -0000	1.43
  +++ XalanTransformer.cpp	27 Mar 2002 15:17:20 -0000	1.44
  @@ -696,7 +696,7 @@
   		m_parsedSources.erase(i);
   
   #if defined(XALAN_CANNOT_DELETE_CONST)
  -		delete (XalanCompiledStylesheet*) theParsedSource;
  +		delete (XalanParsedSource*) theParsedSource;
   #else
   		delete theParsedSource;
   #endif
  
  
  

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