aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc/Object.h')
-rw-r--r--libobjc/objc/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h
index 7b67f466..04d953d 100644
--- a/libobjc/objc/Object.h
+++ b/libobjc/objc/Object.h
@@ -66,7 +66,7 @@ extern "C" {
- self;
- (unsigned int)hash;
- (BOOL)isEqual:anObject;
-- (int)compare:anotherObject;
+- (int)compare:(id)anotherObject;
/* Testing object type */
- (BOOL)isMetaClass;