commit | 22aead1c73c64bccfdce2e9628c78c2da7f08f0e | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Mon Jan 23 13:29:35 2012 -0800 |
committer | Lee Thomason <leethomason@gmail.com> | Mon Jan 23 13:29:35 2012 -0800 |
tree | 7453dd0bdfe8875e8dda1bcc95871ecb467518dd | |
parent | ec975cede83df38cb563a2177535e74232a439e2 [diff] [blame] |
attribute support
diff --git a/tinyxml2.h b/tinyxml2.h index 100ade0..ba5d031 100644 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -169,6 +169,7 @@ private: char* ParseDeep( char* p ); + StrPair name; StrPair value; XMLAttribute* next; };