From 63c47d26eeed7e2602e0925cae8e7386963ce695 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 26 Aug 2009 21:18:28 +0000 Subject: Make the MCPkit framework truly 64 bit compatible by using the appropriate data types. --- Frameworks/MCPKit/MCPEntrepriseKit/MCPJoin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/MCPKit/MCPEntrepriseKit/MCPJoin.h') diff --git a/Frameworks/MCPKit/MCPEntrepriseKit/MCPJoin.h b/Frameworks/MCPKit/MCPEntrepriseKit/MCPJoin.h index 79c3c4b4..05e99f8d 100644 --- a/Frameworks/MCPKit/MCPEntrepriseKit/MCPJoin.h +++ b/Frameworks/MCPKit/MCPEntrepriseKit/MCPJoin.h @@ -66,7 +66,7 @@ - (MCPRelation *) relation; - (MCPAttribute *) origin; - (MCPAttribute *) destination; -- (unsigned int) index; +- (NSUInteger) index; #pragma mark Some general methods: - (BOOL) isEqual:(id) iObject; -- cgit v1.2.3