Commit 056f7237 authored by Brendon Justin's avatar Brendon Justin Committed by Jean-Baptiste Kempf

macosx: Fix for compilation on i686 and PPC

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d9995bb6
......@@ -52,7 +52,7 @@
@interface VLCDialogWindow : NSWindow {
extension_widget_t *widget;
extension_dialog_t *dialog;
BOOL has_lock;
}
......@@ -61,7 +61,7 @@
@end
@interface VLCDialogList : NSTableView <NSTableViewDataSource> {
@interface VLCDialogList : NSTableView {
extension_widget_t *widget;
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