Commit 21d3166d authored by Felix Paul Kühne's avatar Felix Paul Kühne

iOS dialog provider: compilation fix

parent e2caa22e
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
@end @end
#ifndef TARGET_OS_TV #if !TARGET_OS_TV
@interface VLCBlockingAlertView : UIAlertView <UIAlertViewDelegate> @interface VLCBlockingAlertView : UIAlertView <UIAlertViewDelegate>
@property (copy, nonatomic) void (^completion)(BOOL, NSInteger); @property (copy, nonatomic) void (^completion)(BOOL, NSInteger);
...@@ -608,7 +608,7 @@ bool checkProgressPanel (void *priv) ...@@ -608,7 +608,7 @@ bool checkProgressPanel (void *priv)
@end @end
#ifndef TARGET_OS_TV #if !TARGET_OS_TV
@implementation VLCBlockingAlertView @implementation VLCBlockingAlertView
- (id)initWithTitle:(NSString *)title - (id)initWithTitle:(NSString *)title
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment