(cocoa) Fix warning

This commit is contained in:
Higor Eurípedes 2015-12-08 17:33:49 -03:00
parent c2d4da4660
commit 7dcecc500f
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ static void *cocoagl_gfx_ctx_init(void *video_driver)
[g_context makeCurrentContext]; [g_context makeCurrentContext];
// Make sure the view was created // Make sure the view was created
[CocoaView get]; [CocoaView get];
return "cocoa"; return (void*)"cocoa";
} }
static void cocoagl_gfx_ctx_destroy(void *data) static void cocoagl_gfx_ctx_destroy(void *data)