mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-15 20:01:24 +00:00
Merge pull request #520 from Dmitry-Me/initMemberVars2
Initialize member variable
This commit is contained in:
commit
962732fd3e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user