Explorar o código

MacOSX/Framework/VLCMediaListAspect.h: Don't forget to define cachedMedia variable.

Pierre d'Herbemont %!s(int64=17) %!d(string=hai) anos
pai
achega
e1ddedf55e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Headers/Public/VLCMediaListAspect.h

+ 1 - 0
Headers/Public/VLCMediaListAspect.h

@@ -30,6 +30,7 @@
 @interface VLCMediaListAspect : NSObject
 {
     void * p_mlv;                //< Internal instance of media list view
+    NSMutableArray * cachedMedia;
 }
 
 - (VLCMedia *)mediaAtIndex:(int)index;