commit | af9bce1762b5620c98b5dba23119d3883cddfb32 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sun Jul 17 22:35:52 2016 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sun Jul 17 22:35:52 2016 -0700 |
tree | 2d7283e094dbba633f37496c5a23861cde042df9 | |
parent | 536a4cde378201dfc58a20e8d04354be386295b0 [diff] [blame] |
support user data
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 4099fc8..d5d8ebb 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -719,6 +719,7 @@ _parent( 0 ), _firstChild( 0 ), _lastChild( 0 ), _prev( 0 ), _next( 0 ), + _userData( 0 ), _memPool( 0 ) { }