mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +02:00
GH #224: building 1.5.1 on Windows for x64
This commit is contained in:
@@ -116,7 +116,7 @@ private:
|
||||
/// Function which implements the logic of determining
|
||||
/// recursion depth.
|
||||
{
|
||||
return stack.size();
|
||||
return static_cast<Poco::UInt16>(stack.size());
|
||||
}
|
||||
|
||||
UInt16 _maxDepth;
|
||||
|
Reference in New Issue
Block a user