mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
(compare:): Implemented.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@185 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
df0ec01a95
commit
a2c5b9464b
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@
|
|||
|
||||
@implementation Magnitude
|
||||
|
||||
/* - (int) compare: anObject; is inherited from Object */
|
||||
- (int) compare: anObject
|
||||
{
|
||||
return [super compare:anObject];
|
||||
}
|
||||
|
||||
- (BOOL) greaterThan: anObject
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue