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

Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc

This commit is contained in:
Lee Thomason
2017-10-10 16:33:58 -07:00
4 changed files with 38 additions and 20 deletions
+2
View File
@@ -2067,6 +2067,8 @@ int main( int argc, const char ** argv )
{
struct TestUtil: XMLVisitor
{
TestUtil() : str() {}
void TestParseError(const char *testString, const char *docStr, XMLError expected_error, int expectedLine)
{
XMLDocument doc;