mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
Revert "GH #1050 Foundation-tests: fix gcc -Wshadow warnings"
This commit is contained in:
committed by
GitHub
parent
9f6048a8d6
commit
f7d3737526
@@ -30,8 +30,8 @@ template <class TKey>
|
||||
class ValidArgs
|
||||
{
|
||||
public:
|
||||
ValidArgs(const TKey& rKey):
|
||||
_key(rKey),
|
||||
ValidArgs(const TKey& key):
|
||||
_key(key),
|
||||
_isValid(true)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user