mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
tweak to avoid compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23096 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
334a957eb5
commit
58452e1a6c
2 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,7 @@ authenticationMethod: (NSString *)authenticationMethod
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (unsigned) isEqual: (id)other
|
||||
- (BOOL) isEqual: (id)other
|
||||
{
|
||||
if ((id)self == other)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue