summaryrefslogtreecommitdiff
path: root/MLKSymbol.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:53:36 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:53:36 +0100
commitd2b03ad4635e30977f13f5bcfb02b79a2c28e0ec (patch)
tree2b3a5a83f5c01e5d3fb39de0ea75485240f94249 /MLKSymbol.h
parentcc920390a43b6e79caba2b113621d54bcc954d76 (diff)
Update to Xcode 4.6. Further update to LLVM 3.2.HEADmaster
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