Commit 1b7abb6b authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fix 2 warnings

parent 5ea391e9
......@@ -50,6 +50,7 @@
#import "vlc_osd.h"
#import "misc.h"
#import <vlc_interface.h>
#import <vlc_services_discovery.h>
/*****************************************************************************
* VLCPlaylistView implementation
......
......@@ -805,7 +805,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
return YES;
}
- (bool)setVout: (vout_thread_t *) p_arg_vout subView: (NSView *) view
- (BOOL)setVout: (vout_thread_t *) p_arg_vout subView: (NSView *) view
frame: (NSRect *) s_arg_frame
{
BOOL b_return = [super setVout: p_arg_vout subView: view frame:s_arg_frame];
......
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