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

@@ -35,7 +35,7 @@ using Poco::DynamicStruct;
using Poco::DateTime;
using Poco::DateTimeFormatter;
JSONTest::JSONTest(const std::string& rName): CppUnit::TestCase("JSON")
JSONTest::JSONTest(const std::string& name): CppUnit::TestCase("JSON")
{
}