This commit is contained in:
Seth Alves 2015-10-13 16:55:04 -07:00
parent 4402242c3c
commit 644076214e

View file

@ -1797,6 +1797,7 @@ bool EntityItem::shouldSuppressEdits() const {
if (i.value()->shouldSuppressEdits()) { if (i.value()->shouldSuppressEdits()) {
return true; return true;
} }
i++;
} }
return false; return false;