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...@locus.apache.org on 2000/04/19 20:14:20 UTC

cvs commit: xml-xalan/c/src/XPath XPathSupportDefault.cpp

dbertoni    00/04/19 11:14:20

  Modified:    c/src/XPath XPathSupportDefault.cpp
  Log:
  Change for new DOMServices::getNodeData() signature.
  
  Revision  Changes    Path
  1.6       +1 -2      xml-xalan/c/src/XPath/XPathSupportDefault.cpp
  
  Index: XPathSupportDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathSupportDefault.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XPathSupportDefault.cpp	2000/04/11 14:46:22	1.5
  +++ XPathSupportDefault.cpp	2000/04/19 18:14:20	1.6
  @@ -139,8 +139,7 @@
   XalanDOMString
   XPathSupportDefault::getNodeData(const XalanNode&	node) const
   {
  -	return DOMServices::getNodeData(node,
  -									m_whitespaceSupport);
  +	return DOMServices::getNodeData(node);
   }