mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:00:38 +00:00
Removed compiler warning about signed/unsigned comparision.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17005 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a3aecbd99d
commit
26c82d8aef
7 changed files with 12 additions and 12 deletions
|
@ -2290,7 +2290,7 @@ This method is for user changes; see NSTextView_actions.m.
|
|||
- (void) changeFont: (id)sender
|
||||
{
|
||||
NSRange foundRange;
|
||||
int maxSelRange;
|
||||
unsigned int maxSelRange;
|
||||
NSRange aRange= [self rangeForUserCharacterAttributeChange];
|
||||
NSRange searchRange = aRange;
|
||||
NSFont *font;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue