mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 13:47:10 +01:00
Revert "GH #1050 Util tests: fix gcc -Wshadow warnings"
This commit is contained in:
committed by
GitHub
parent
ffbdf4fbea
commit
1683dd18ae
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user