GH #1050 Net tests: fix gcc -Wshadow warnings

This commit is contained in:
Miklos Vajna
2016-05-16 21:39:58 +02:00
parent 75e4bbaf91
commit c298c4f689
42 changed files with 83 additions and 83 deletions

View File

@@ -75,7 +75,7 @@ namespace
}
HTMLFormTest::HTMLFormTest(const std::string& name): CppUnit::TestCase(name)
HTMLFormTest::HTMLFormTest(const std::string& rName): CppUnit::TestCase(rName)
{
}