Initialize member variable

This commit is contained in:
Dmitry-Me 2017-01-27 18:35:02 +03:00
parent 1f5ab7cd0b
commit d120d64b86
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