[vlc-commits] macosx: compilation fix for llvm-gcc-4.2
Felix Paul Kühne
git at videolan.org
Fri Oct 25 13:29:07 CEST 2013
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Oct 25 13:28:58 2013 +0200| [8ae4dde38ca9c02217746a0097d18164705a6dc9] | committer: Felix Paul Kühne
macosx: compilation fix for llvm-gcc-4.2
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=8ae4dde38ca9c02217746a0097d18164705a6dc9
---
modules/gui/macosx/MainWindow.h | 1 +
modules/gui/macosx/MainWindow.m | 6 ------
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/modules/gui/macosx/MainWindow.h b/modules/gui/macosx/MainWindow.h
index 9abef4f..1867132 100644
--- a/modules/gui/macosx/MainWindow.h
+++ b/modules/gui/macosx/MainWindow.h
@@ -139,6 +139,7 @@
NSInteger i_originalLevel;
NSRect previousSavedFrame;
+ BOOL b_video_view_was_hidden;
}
+ (VLCMainWindow *)sharedInstance;
diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index f5104ef..5dc86b7 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -41,12 +41,6 @@
#import <vlc_services_discovery.h>
#import <vlc_aout_intf.h>
- at interface VLCMainWindow ()
-{
- BOOL b_video_view_was_hidden;
-}
- at end
-
@implementation VLCMainWindow
static const float f_min_video_height = 70.0;
More information about the vlc-commits
mailing list