From d2b03ad4635e30977f13f5bcfb02b79a2c28e0ec Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 29 Mar 2013 22:53:36 +0100 Subject: Update to Xcode 4.6. Further update to LLVM 3.2. --- MLKSymbol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKSymbol.h') 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 -- cgit v1.2.3