peiyongz 2003/11/06 07:03:45 Modified: c/src/xercesc/validators/DTD DTDGrammar.cpp Log: initialize data member Revision Changes Path 1.12 +4 -0 xml-xerces/c/src/xercesc/validators/DTD/DTDGrammar.cpp Index: DTDGrammar.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/DTDGrammar.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- DTDGrammar.cpp 17 Oct 2003 21:14:30 -0000 1.11 +++ DTDGrammar.cpp 6 Nov 2003 15:03:45 -0000 1.12 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.12 2003/11/06 15:03:45 peiyongz + * initialize data member + * * Revision 1.11 2003/10/17 21:14:30 peiyongz * using XTemplateSerializer * @@ -131,6 +134,7 @@ , fElemNonDeclPool(0) , fEntityDeclPool(0) , fNotationDeclPool(0) + , fRootElemId(0) , fValidated(false) , fGramDesc(0) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]