commit | d120d64b867d65d4c5674d016b9b5acd600bf3b3 | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Fri Jan 27 18:35:02 2017 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Fri Jan 27 18:35:02 2017 +0300 |
tree | 5c3fc29c494ca1678ea5852d079ca91e9bbc8de1 | |
parent | 1f5ab7cd0bbbf3bb9902813c99fb5ae84e495c18 [diff] [blame] |
Initialize member variable
diff --git a/tinyxml2.h b/tinyxml2.h index de589bd..034f002 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -1177,7 +1177,7 @@ private: enum { BUF_SIZE = 200 }; - XMLAttribute() : _next( 0 ), _memPool( 0 ) {} + XMLAttribute() : _parseLineNum( 0 ), _next( 0 ), _memPool( 0 ) {} virtual ~XMLAttribute() {} XMLAttribute( const XMLAttribute& ); // not supported