mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-20 05:49:04 +02:00
cleared some 64-bit warnings and test failures
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Poco {
|
||||
namespace Data {
|
||||
|
||||
|
||||
Limit::Limit(Poco::UInt32 value, bool hardLimit, bool isLowerLimit):
|
||||
Limit::Limit(SizeT value, bool hardLimit, bool isLowerLimit) :
|
||||
_value(value),
|
||||
_hardLimit(hardLimit),
|
||||
_isLowerLimit(isLowerLimit)
|
||||
|
Reference in New Issue
Block a user