Преглед изворни кода

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.