mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
GH #1050 Data: fix gcc -Wshadow warnings
This commit is contained in:
@@ -21,13 +21,13 @@ namespace Poco {
|
||||
namespace Data {
|
||||
|
||||
|
||||
AbstractBinding::AbstractBinding(const std::string& name,
|
||||
AbstractBinding::AbstractBinding(const std::string& rName,
|
||||
Direction direction,
|
||||
Poco::UInt32 bulkSize):
|
||||
Poco::UInt32 bindingBulkSize):
|
||||
_pBinder(0),
|
||||
_name(name),
|
||||
_name(rName),
|
||||
_direction(direction),
|
||||
_bulkSize(bulkSize)
|
||||
_bulkSize(bindingBulkSize)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user