Merge pull request #520 from Dmitry-Me/initMemberVars2

Initialize member variable
This commit is contained in:
Lee Thomason 2017-02-05 15:56:13 -08:00 committed by GitHub
commit 962732fd3e
1 changed files with 1 additions and 1 deletions

View File

@ -1177,7 +1177,7 @@ public:
private:
enum { BUF_SIZE = 200 };
XMLAttribute() : _next( 0 ), _memPool( 0 ) {}
XMLAttribute() : _parseLineNum( 0 ), _next( 0 ), _memPool( 0 ) {}
virtual ~XMLAttribute() {}
XMLAttribute( const XMLAttribute& ); // not supported