Fix broken build

This commit is contained in:
Levi McCallum 2015-11-29 21:49:34 -08:00
parent c801965f94
commit 24cb1d5cb0

View File

@ -664,7 +664,7 @@ static BOOL _isInterceptedSelector(SEL sel)
- (ASSizeRange)dataController:(ASDataController *)dataController constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath
{
ASSizeRange constrainedSize = CGSizeZero;
ASSizeRange constrainedSize = kInvalidSizeRange;
if (_layoutInspector) {
constrainedSize = [_layoutInspector collectionView:self constrainedSizeForNodeAtIndexPath:indexPath];
}