Browse Source

Merge pull request #520 from Dmitry-Me/initMemberVars2

Initialize member variable
Lee Thomason 9 năm trước cách đây
mục cha
commit
962732fd3e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -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