From eb8184a334e3f9784e5b5dd108fefbcf2f57595a Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Thu, 2 Oct 2014 22:41:39 +0200 Subject: iOS: tweak types to avoid warnings in 64 bit builds Still more warnings left. --- platform/ios/Classes/MuChoiceFieldController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/Classes/MuChoiceFieldController.m') diff --git a/platform/ios/Classes/MuChoiceFieldController.m b/platform/ios/Classes/MuChoiceFieldController.m index dce17e03..7b165350 100644 --- a/platform/ios/Classes/MuChoiceFieldController.m +++ b/platform/ios/Classes/MuChoiceFieldController.m @@ -10,7 +10,7 @@ { void (^okayBlock)(NSArray *); NSArray *choices; - int selected; + NSInteger selected; } - (id)initWithChoices:(NSArray *)_choices okayAction:(void (^)(NSArray *))block -- cgit v1.2.3