tng 2002/12/10 10:56:16 Modified: c/samples/DOMPrint DOMTreeErrorReporter.cpp Log: DOMPrint minor update: reset fSawErrors in DOMTreeErrorReporter::resetErrors Revision Changes Path 1.12 +2 -2 xml-xerces/c/samples/DOMPrint/DOMTreeErrorReporter.cpp Index: DOMTreeErrorReporter.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/samples/DOMPrint/DOMTreeErrorReporter.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- DOMTreeErrorReporter.cpp 21 May 2002 19:18:18 -0000 1.11 +++ DOMTreeErrorReporter.cpp 10 Dec 2002 18:56:16 -0000 1.12 @@ -95,7 +95,7 @@ void DOMTreeErrorReporter::resetErrors() { - // No-op in this case + fSawErrors = false; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]