cleared some 64-bit warnings and test failures

This commit is contained in:
Alex Fabijanic
2014-05-13 04:06:00 -05:00
parent 0a61d7a2b9
commit 609a35578c
12 changed files with 43 additions and 31 deletions

View File

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