Commit c04805f7 authored by David Fuhrmann's avatar David Fuhrmann

macosx: Set sparkle update protocol

Fixes compilation warning with latest sparkle version.
parent dd3b86c4
......@@ -147,7 +147,11 @@ static int ShowController(vlc_object_t *p_this, const char *psz_variable,
#pragma mark -
#pragma mark Private
@interface VLCMain () <BWQuincyManagerDelegate>
@interface VLCMain () <BWQuincyManagerDelegate
#ifdef HAVE_SPARKLE
, SUUpdaterDelegate
#endif
>
{
intf_thread_t *p_intf;
BOOL launched;
......
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