mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Fix issue with FOR_IN loop
This commit is contained in:
parent
2eb23858d6
commit
50889771d0
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ static NSString *_placeholderItem = nil;
|
|||
|
||||
[indexSet addIndex: [indexPath item]];
|
||||
}
|
||||
END_FOR_IN(indexPathSet);
|
||||
END_FOR_IN(_selectionIndexPaths);
|
||||
|
||||
ASSIGN(_selectionIndexes, indexSet);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue