소스 검색

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

Pierre d'Herbemont 17 년 전
부모
커밋
e1ddedf55e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;