1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 23:22:59 +04:00

Initialize pointers to satisfy static code analyser.

This commit is contained in:
Thomas Roß
2013-05-12 14:07:38 +02:00
parent d6bd7360b8
commit 6189231187
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1069,7 +1069,7 @@ public:
private:
enum { BUF_SIZE = 200 };
XMLAttribute() : _next( 0 ) {}
XMLAttribute() : _next( 0 ), _memPool( 0 ) {}
virtual ~XMLAttribute() {}
XMLAttribute( const XMLAttribute& ); // not supported