mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
GH #1050 Zip: fix gcc -Wshadow warnings
This commit is contained in:
@@ -173,7 +173,7 @@ protected:
|
||||
|
||||
|
||||
// Constructs a test case
|
||||
inline TestCase::TestCase(const std::string& name): _name (name)
|
||||
inline TestCase::TestCase(const std::string& rName): _name (rName)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user