소스 검색

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.