mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 22:49:19 +00:00
Fix more unsigned int / int cases that should be NS[U]Integer
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31354 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a1cd16df1d
commit
03620ee011
5 changed files with 14 additions and 6 deletions
|
@ -160,7 +160,7 @@
|
|||
return _menuItem;
|
||||
}
|
||||
|
||||
- (int) tag
|
||||
- (NSInteger) tag
|
||||
{
|
||||
return [[self menuItem] tag];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue