mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-06-06 14:43:46 +00:00
merge from master
This commit is contained in:
parent
d556e6df9d
commit
0c0f98bf84
@ -2002,8 +2002,7 @@ XMLDocument::XMLDocument( bool processEntities, Whitespace whitespaceMode ) :
|
|||||||
_processEntities( processEntities ),
|
_processEntities( processEntities ),
|
||||||
_errorID(XML_SUCCESS),
|
_errorID(XML_SUCCESS),
|
||||||
_whitespaceMode( whitespaceMode ),
|
_whitespaceMode( whitespaceMode ),
|
||||||
_errorStr1(),
|
_errorStr(),
|
||||||
_errorStr2(),
|
|
||||||
_errorLineNum( 0 ),
|
_errorLineNum( 0 ),
|
||||||
_charBuffer( 0 ),
|
_charBuffer( 0 ),
|
||||||
_parseCurLineNum( 0 ),
|
_parseCurLineNum( 0 ),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user