Commit 77807fa1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed compilation warning

Pointed by David Fuhrmann
parent 58fac8cf
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
*****************************************************************************/ *****************************************************************************/
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#import "CompatibilityFixes.h"
#import <vlc_extensions.h> #import <vlc_extensions.h>
@class VLCDialogGridView; @class VLCDialogGridView;
...@@ -61,7 +62,7 @@ ...@@ -61,7 +62,7 @@
@end @end
@interface VLCDialogList : NSTableView { @interface VLCDialogList : NSTableView <NSTableViewDataSource> {
extension_widget_t *widget; extension_widget_t *widget;
NSMutableArray *contentArray; NSMutableArray *contentArray;
} }
......
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