Browse Source

macosx: Fix compile warnings in VLCMain

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
pull/192/head
Claudio Cambra 9 months ago
committed by Felix Paul Kühne
parent
commit
2a8cd6c149
  1. 2
      modules/gui/macosx/main/VLCMain.m

2
modules/gui/macosx/main/VLCMain.m

@ -243,7 +243,7 @@ void CloseIntf (vlc_object_t *p_this)
static VLCMain *sharedInstance = nil;
+ (VLCMain *)sharedInstance;
+ (VLCMain *)sharedInstance
{
static dispatch_once_t pred;
dispatch_once(&pred, ^{

Loading…
Cancel
Save