[vlc-commits] macosx: Fix for compilation on i686 and PPC
Brendon Justin
git at videolan.org
Mon Jan 16 03:05:07 CET 2012
vlc | branch: master | Brendon Justin <brendonjustin at gmail.com> | Sun Jan 15 15:40:01 2012 -0500| [056f72377faed75f22f89735f64961e8b1cbb30c] | committer: Jean-Baptiste Kempf
macosx: Fix for compilation on i686 and PPC
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=056f72377faed75f22f89735f64961e8b1cbb30c
---
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