소스 검색

VLCMedia: correctly mark optional delegate protocol parts as such

Felix Paul Kühne 11 년 전
부모
커밋
12c70cc17b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Headers/Public/VLCMedia.h

+ 2 - 0
Headers/Public/VLCMedia.h

@@ -90,6 +90,8 @@ typedef NS_ENUM(NSInteger, VLCMediaState) {
 // */
 // - (void)media:(VLCMedia *)aMedia removedSubItem:(VLCMedia *)childMedia atIndex:(int)index;
 
+@optional
+
 /**
  * Delegate method called whenever the meta has changed for the receiver.
  * \param aMedia The media resource whose meta data has been changed.