You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@locus.apache.org on 2000/12/18 18:32:59 UTC

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeText.cpp

auriemma    00/12/18 09:32:57

  Modified:    c/src/XalanSourceTree XalanSourceTreeText.cpp
  Log:
  Return type required for non-void functions. Warning on HP.
  
  Revision  Changes    Path
  1.3       +1 -0      xml-xalan/c/src/XalanSourceTree/XalanSourceTreeText.cpp
  
  Index: XalanSourceTreeText.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeText.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanSourceTreeText.cpp	2000/12/17 22:27:00	1.2
  +++ XalanSourceTreeText.cpp	2000/12/18 17:32:54	1.3
  @@ -415,6 +415,7 @@
   XalanSourceTreeText::splitText(unsigned int		/* offset */)
   {
   	throw XalanDOMException(XalanDOMException::NO_MODIFICATION_ALLOWED_ERR);
  +	return 0;
   }