mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
GH #1050 Foundation: fix gcc -Wshadow warnings
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
namespace Poco {
|
||||
|
||||
|
||||
MemoryPool::MemoryPool(std::size_t blockSize, int preAlloc, int maxAlloc):
|
||||
_blockSize(blockSize),
|
||||
MemoryPool::MemoryPool(std::size_t blockLength, int preAlloc, int maxAlloc):
|
||||
_blockSize(blockLength),
|
||||
_maxAlloc(maxAlloc),
|
||||
_allocated(preAlloc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user