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

This commit is contained in:
Günter Obiltschnig
2016-09-05 08:27:13 +02:00
committed by GitHub
parent ffbdf4fbea
commit 1683dd18ae
20 changed files with 87 additions and 87 deletions

View File

@@ -34,7 +34,7 @@ using Poco::InvalidAccessException;
using Poco::NotFoundException;
SystemConfigurationTest::SystemConfigurationTest(const std::string& rName): CppUnit::TestCase(rName)
SystemConfigurationTest::SystemConfigurationTest(const std::string& name): CppUnit::TestCase(name)
{
}