mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:30:37 +00:00
Change tag to NSInteger.
Patch by Anibal Rindisbacher <anibal784@gmail.com>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30026 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff5d0e7c13
commit
9f4fd26405
12 changed files with 42 additions and 27 deletions
|
@ -411,12 +411,12 @@ static Class imageClass;
|
|||
return _action;
|
||||
}
|
||||
|
||||
- (void) setTag: (int)anInt
|
||||
- (void) setTag: (NSInteger)anInt
|
||||
{
|
||||
_tag = anInt;
|
||||
}
|
||||
|
||||
- (int) tag
|
||||
- (NSInteger) tag
|
||||
{
|
||||
return _tag;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue