Explorar o código

VLCMedia: correctly mark optional delegate protocol parts as such

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
12c70cc17b
Modificáronse 1 ficheiros con 2 adicións e 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.