From 1ac1853545442ff3aa7f4eee5a81070e711a96fb Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 18 Jun 2008 16:47:21 +0200 Subject: MLKSymbol: Override -hash. --- MLKSymbol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKSymbol.h') diff --git a/MLKSymbol.h b/MLKSymbol.h index 3aa2a1e..3cc9859 100644 --- a/MLKSymbol.h +++ b/MLKSymbol.h @@ -52,6 +52,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; -(void) dealloc; @end -- cgit v1.2.3