We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca47649 + a9b7e61 commit 0e55a96Copy full SHA for 0e55a96
1 file changed
TLIndexPathTools/Data Model/TLIndexPathItem.m
@@ -49,7 +49,7 @@ + (NSArray *)identifiersForIndexPathItems:(NSArray *)indexPathItems
49
50
- (NSUInteger)hash
51
{
52
- NSInteger hash = 0;
+ NSUInteger hash = 0;
53
hash += 31 * hash + [self.identifier hash];
54
hash += 31 * hash + [self.sectionName hash];
55
hash += 31 * hash + [self.cellIdentifier hash];
0 commit comments