commit | 4637965335196754e0dd7398cf11d73a80b9dc33 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Thu Jul 02 15:23:00 2020 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Thu Jul 02 15:23:00 2020 -0700 |
tree | 458caa70ffbd034912d907a0acffa5bf1016ef04 | |
parent | d34d0ef5e0c56e2c933ec3912244a9e22e7b566b [diff] [blame] |
add test case
diff --git a/tinyxml2.h b/tinyxml2.h index 7220930..003ef43 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -1458,7 +1458,7 @@ XMLError QueryAttribute(const char* name, const char** value) const { return QueryStringAttribute(name, value); - } + } /// Sets the named attribute to value. void SetAttribute( const char* name, const char* value ) {