mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix a stupid type mismatch in ASWeakSet
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
*/
|
||||
- (NSUInteger)count
|
||||
{
|
||||
NSInteger count = 0;
|
||||
NSUInteger count = 0;
|
||||
for (__unused id object in _mapTable) {
|
||||
count += 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user