Commit 9c0d2c0e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/VLCMediaListAspect.m: Fix a typo (VLCMediaList->VLCMediaListAspect).

parent f64d8987
......@@ -107,7 +107,7 @@ static void HandleMediaListViewWillDeleteItem(const libvlc_event_t *event, void
@implementation VLCMediaListAspect (LibVLCBridging)
+ (id)mediaListAspectWithLibVLCMediaListView:(libvlc_media_list_view_t *)p_new_mlv;
{
return [[[VLCMediaList alloc] initWithLibVLCMediaList:p_new_mlv] autorelease];
return [[[VLCMediaListAspect alloc] initWithLibVLCMediaListView:p_new_mlv] autorelease];
}
- (id)initWithLibVLCMediaListView:(libvlc_media_list_view_t *)p_new_mlv;
......
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