Explorar o código

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

Pierre d'Herbemont %!s(int64=17) %!d(string=hai) anos
pai
achega
dbde3de846
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/VLCMediaListAspect.m

+ 1 - 1
Sources/VLCMediaListAspect.m

@@ -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;