GH #1050 XML-tests: fix gcc -Wshadow warnings

This commit is contained in:
Miklos Vajna
2016-04-05 10:40:52 +02:00
parent 3c735ff6b0
commit 299c75a993
18 changed files with 32 additions and 32 deletions

View File

@@ -33,7 +33,7 @@ using Poco::XML::AutoPtr;
using Poco::XML::XMLString;
ElementTest::ElementTest(const std::string& name): CppUnit::TestCase(name)
ElementTest::ElementTest(const std::string& rName): CppUnit::TestCase(rName)
{
}