[vlc-commits] macosx: Fix for compilation on i686 and PPC

Brendon Justin git at videolan.org
Mon Jan 16 03:34:29 CET 2012


vlc/vlc-1.2 | branch: master | Brendon Justin <brendonjustin at gmail.com> | Sun Jan 15 15:40:01 2012 -0500| [e2bc53987aa7ed123c9077dcca9462e5031ab26c] | committer: Jean-Baptiste Kempf

macosx: Fix for compilation on i686 and PPC

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 056f72377faed75f22f89735f64961e8b1cbb30c)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=e2bc53987aa7ed123c9077dcca9462e5031ab26c
---

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



More information about the vlc-commits mailing list