From 0c0f98bf842ac429eb8c4f19ff093a27e8e11492 Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Wed, 11 Oct 2017 11:03:49 -0700 Subject: [PATCH] merge from master --- tinyxml2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 5de92b5..9f7ba6f 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp @@ -2002,8 +2002,7 @@ XMLDocument::XMLDocument( bool processEntities, Whitespace whitespaceMode ) : _processEntities( processEntities ), _errorID(XML_SUCCESS), _whitespaceMode( whitespaceMode ), - _errorStr1(), - _errorStr2(), + _errorStr(), _errorLineNum( 0 ), _charBuffer( 0 ), _parseCurLineNum( 0 ),