GH #224: building 1.5.1 on Windows for x64

This commit is contained in:
Aleksandar Fabijanic
2013-06-18 00:02:04 -05:00
parent 0c50f6241c
commit 36025ccc33
8 changed files with 175 additions and 155 deletions

View File

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