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

attribute support

This commit is contained in:
Lee Thomason
2012-01-23 13:29:35 -08:00
parent ec975cede8
commit 22aead1c73
4 changed files with 12 additions and 4 deletions
+1
View File
@@ -169,6 +169,7 @@ public:
private:
char* ParseDeep( char* p );
StrPair name;
StrPair value;
XMLAttribute* next;
};