Code cleanup to pass gcc -Weffc++ warnings
This commit is contained in:
@@ -2017,6 +2017,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;
|
||||
|
||||
Reference in New Issue
Block a user