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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]