Fix compile error with Xcode 6.4

This commit is contained in:
Andreas Linde
2015-09-18 16:15:03 +02:00
parent e8cd219db0
commit 2d04db5388

View File

@@ -40,6 +40,7 @@
#import "BITFeedbackManagerPrivate.h"
#import "BITHockeyBaseManagerPrivate.h"
#import "HockeySDKNullability.h"
#import "BITHockeyHelper.h"
#import "BITHockeyAppClient.h"
@@ -810,7 +811,7 @@ NSString *const kBITFeedbackUpdateAttachmentThumbnail = @"BITFeedbackUpdateAttac
handler:nil];
UIAlertAction *showAction = [UIAlertAction actionWithTitle:BITHockeyLocalizedString(@"HockeyFeedbackShow")
style:UIAlertActionStyleDefault
handler:^(UIAlertAction * _Nonnull action) {
handler:^(UIAlertAction *__nonnull action) {
[self showFeedbackListView];
}];
[alertController addAction:cancelAction];