mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-26 00:40:05 +01:00
GH #481: 2 warnings during Poco compile
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Poco {
|
||||
namespace Dynamic {
|
||||
|
||||
|
||||
const int VarIterator::POSITION_END = std::numeric_limits<std::size_t>::max();
|
||||
const std::size_t VarIterator::POSITION_END = std::numeric_limits<std::size_t>::max();
|
||||
|
||||
|
||||
VarIterator::VarIterator(Var* pVar, bool positionEnd):
|
||||
|
||||
Reference in New Issue
Block a user