зеркало из https://github.com/mozilla/gecko-dev.git
Fix build warning
This commit is contained in:
Родитель
d005e511f0
Коммит
9b24898895
|
@ -226,7 +226,7 @@ enum
|
|||
|
||||
- (HistoryItem*)childAtIndex:(int)inIndex
|
||||
{
|
||||
if (inIndex >= 0 && inIndex < [mChildren count])
|
||||
if (inIndex >= 0 && inIndex < (int)[mChildren count])
|
||||
return [mChildren objectAtIndex:inIndex];
|
||||
|
||||
return nil;
|
||||
|
|
Загрузка…
Ссылка в новой задаче