[vlc-devel] [PATCH] macosx: Fix for compilation fix for i686 and PPC

Brendon Justin brendonjustin at gmail.com
Sun Jan 15 21:40:01 CET 2012


---
 modules/gui/macosx/VLCUIWidgets.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/VLCUIWidgets.h b/modules/gui/macosx/VLCUIWidgets.h
index e000907..2c521e4 100644
--- a/modules/gui/macosx/VLCUIWidgets.h
+++ b/modules/gui/macosx/VLCUIWidgets.h
@@ -52,7 +52,7 @@
 
 
 @interface VLCDialogWindow : NSWindow {
-    extension_widget_t *widget;
+    extension_dialog_t *dialog;
     BOOL has_lock;
 }
 
@@ -61,7 +61,7 @@
 @end
 
 
- at interface VLCDialogList : NSTableView <NSTableViewDataSource> {
+ at interface VLCDialogList : NSTableView {
     extension_widget_t *widget;
     NSMutableArray *contentArray;
 }
-- 
1.7.5.4




More information about the vlc-devel mailing list