GH #1050 Zip: fix gcc -Wshadow warnings

This commit is contained in:
Miklos Vajna
2016-03-25 08:42:58 +01:00
parent 75502b81b1
commit 714dc6ddd2
9 changed files with 20 additions and 20 deletions

View File

@@ -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)
{
}