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/10/05 01:34:08 UTC

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

dbertoni    2002/10/04 16:34:08

  Modified:    c/src/XPath XNodeSetBase.cpp
  Log:
  Fixed problem with pointer-to-member.
  
  Revision  Changes    Path
  1.6       +1 -1      xml-xalan/c/src/XPath/XNodeSetBase.cpp
  
  Index: XNodeSetBase.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XNodeSetBase.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XNodeSetBase.cpp	4 Oct 2002 06:58:07 -0000	1.5
  +++ XNodeSetBase.cpp	4 Oct 2002 23:34:08 -0000	1.6
  @@ -220,7 +220,7 @@
   
   		FormatterStringLengthCounter	theCounter;
   
  -		DOMServices::getNodeData(*theNode, theCounter, FormatterListener::characters);
  +		DOMServices::getNodeData(*theNode, theCounter, &FormatterListener::characters);
   
   		return theCounter.getCount();
   	}
  
  
  

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