瀏覽代碼

VLCMediaPlayer: Fix IPHONE guard

Soomin Lee 7 年之前
父節點
當前提交
a8517e7fd5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Headers/Public/VLCMediaPlayer.h

+ 1 - 1
Headers/Public/VLCMediaPlayer.h

@@ -809,7 +809,7 @@ extern NSString *const VLCTitleDescriptionIsMenu;
  */
 @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *snapshots;
 
-#if TARGET_OS_PHONE
+#if TARGET_OS_IPHONE
 /**
  * Get last snapshot available.
  * \return an UIImage with the last snapshot available.