(cocoa) Fix warning

This commit is contained in:
Higor Eurípedes 2015-12-08 17:33:49 -03:00
parent c2d4da4660
commit 7dcecc500f

View File

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