summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKCons.h b/MLKCons.h
index 2fb8855..785f980 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -131,7 +131,7 @@
-(id) copyWithZone:(NSZone *)zone;
-(BOOL) isEqual:(id)object;
--(unsigned int) hash;
+-(NSUInteger) hash;
-(void) dealloc;
@end