mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:30:46 +00:00
Next bit of NSInteger cleanup for -gui.
Fix all of the current warnings in Gorm so that it can be used to test NSInteger things. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36039 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
30eb57e642
commit
d07b4ef40f
18 changed files with 329 additions and 329 deletions
|
@ -1088,7 +1088,7 @@ static NSTextFieldCell *titleCell;
|
|||
selectedCellsEnumerator = [selectedCells objectEnumerator];
|
||||
while ((cell = [selectedCellsEnumerator nextObject]) != nil)
|
||||
{
|
||||
int sRow, sColumn;
|
||||
NSInteger sRow, sColumn;
|
||||
|
||||
if ([matrix getRow: &sRow column: &sColumn ofCell: cell])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue