Commit 8ae4dde3 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: compilation fix for llvm-gcc-4.2

parent 9dd59036
......@@ -139,6 +139,7 @@
NSInteger i_originalLevel;
NSRect previousSavedFrame;
BOOL b_video_view_was_hidden;
}
+ (VLCMainWindow *)sharedInstance;
......
......@@ -41,12 +41,6 @@
#import <vlc_services_discovery.h>
#import <vlc_aout_intf.h>
@interface VLCMainWindow ()
{
BOOL b_video_view_was_hidden;
}
@end
@implementation VLCMainWindow
static const float f_min_video_height = 70.0;
......
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