Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai-Holler committed Jan 17, 2019
1 parent ef73144 commit 227a5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Private/_ASHierarchyChangeSet.mm
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ - (NSMutableArray *)itemMappings
const auto insertMap = [_ASHierarchyItemChange sectionToIndexSetMapFromChanges:_originalInsertItemChanges];
const auto deleteMap = [_ASHierarchyItemChange sectionToIndexSetMapFromChanges:_originalDeleteItemChanges];
NSInteger oldSection = 0;
for (let oldCount : _oldItemCounts) {
for (NSInteger oldCount : _oldItemCounts) {
NSInteger newSection = [self newSectionForOldSection:oldSection];
ASIntegerMap *table;
if (newSection == NSNotFound) {
Expand Down

0 comments on commit 227a5a1

Please sign in to comment.