Commit 895551c4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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

parent fdce930a
......@@ -30,6 +30,7 @@
@interface VLCMediaListAspect : NSObject
{
void * p_mlv; //< Internal instance of media list view
NSMutableArray * cachedMedia;
}
- (VLCMedia *)mediaAtIndex:(int)index;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment