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

This commit is contained in:
Günter Obiltschnig
2016-09-05 08:21:54 +02:00
committed by GitHub
parent 64781d15f1
commit 5c0272cce3
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& rName): CppUnit::TestCase(rName)
ElementTest::ElementTest(const std::string& name): CppUnit::TestCase(name)
{
}