We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf123e commit ad74e8aCopy full SHA for ad74e8a
ccstruct/coutln.cpp
@@ -603,7 +603,7 @@ void C_OUTLINE::move(const ICOORD vec) {
603
*/
604
bool C_OUTLINE::IsLegallyNested() const {
605
if (stepcount == 0) return true;
606
- int parent_area = outer_area();
+ int64_t parent_area = outer_area();
607
// We aren't going to modify the list, or its contents, but there is
608
// no const iterator.
609
C_OUTLINE_IT child_it(const_cast<C_OUTLINE_LIST*>(&children));
0 commit comments