summaryrefslogtreecommitdiff
path: root/MLKSymbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKSymbol.h')
-rw-r--r--MLKSymbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKSymbol.h b/MLKSymbol.h
index 3d5edfe..5b66660 100644
--- a/MLKSymbol.h
+++ b/MLKSymbol.h
@@ -53,7 +53,7 @@
// copying. (The hack is called real_identity and it's an ivar of this
// class.) See the comment above copyWithZone: for why it even exists.
-(BOOL) isEqual:(id)object;
--(unsigned) hash;
+-(NSUInteger) hash;
-(void) dealloc;
@end