(CocoaTouch) Buildfix

This commit is contained in:
Twinaphex 2015-06-14 20:03:47 +02:00
parent 93e9616c63
commit 6f71237196

View File

@ -440,6 +440,7 @@ static void file_action(enum file_action action, NSString* source, NSString* tar
/* Called by the action sheet created in (void)fileAction: */
- (void)actionSheet:(UIActionSheet*)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
{
uint32_t action_str_hash;
int major, minor;
NSString* target = self.selectedItem.path;
NSString* action = [actionSheet buttonTitleAtIndex:buttonIndex];