Explorar el Código

VLCMedia: correctly mark optional delegate protocol parts as such

Felix Paul Kühne hace 11 años
padre
commit
12c70cc17b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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.