From e3fce81097a00b6d17fd73893b6f167743872976 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 15 Apr 2017 19:28:10 +0200 Subject: [PATCH] Use BRIDGE macro --- gfx/drivers_context/cocoa_gl_ctx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/cocoa_gl_ctx.m b/gfx/drivers_context/cocoa_gl_ctx.m index abc49bac51..98300a5b26 100644 --- a/gfx/drivers_context/cocoa_gl_ctx.m +++ b/gfx/drivers_context/cocoa_gl_ctx.m @@ -133,7 +133,7 @@ void *glkitview_init(void) g_view.enableSetNeedsDisplay = NO; [g_view addSubview:g_pause_indicator_view]; - return (__bridge void *)((GLKView*)g_view); + return (BRIDGE void *)((GLKView*)g_view); #else return nsview_get_ptr(); #endif