浏览代码

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.