commit | 8c9e3133c4cccc2fc51bba3fbc734846b1de8080 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Mon Jun 26 16:55:01 2017 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Mon Jun 26 16:55:01 2017 -0700 |
tree | bb8434cf914889afea98198556d6721b934eedcd | |
parent | 563ee8209365d5a9d0489f6df145f35ebbc2d97f [diff] [blame] |
remove error string inline. hopefully helps with odd linking issues
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index d14089f..3043ab3 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -2308,6 +2308,16 @@ return errorName; } +const char* XMLDocument::GetErrorStr1() const +{ + return _errorStr1.GetStr(); +} + +const char* XMLDocument::GetErrorStr2() const +{ + return _errorStr2.GetStr(); +} + const char* XMLDocument::ErrorName() const { return ErrorIDToName(_errorID);