mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:50:55 +00:00
(selectAll:)
Removed compiler warning about signed/unsigned comparision. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16987 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
972bb877d1
commit
fc8bfdad89
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ static SEL getSel;
|
|||
|
||||
- (void) selectAll: (id)sender
|
||||
{
|
||||
unsigned i, j;
|
||||
int i, j;
|
||||
|
||||
/* Can't select all if only one can be selected. */
|
||||
if (_mode == NSRadioModeMatrix)
|
||||
|
|
Loading…
Reference in a new issue