From 71c5b4972cd74c16b27b125a595b0940dafa4ee8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 May 2016 03:19:40 +0200 Subject: [PATCH] CXX_BUILD buildfix --- menu/menu_content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/menu_content.c b/menu/menu_content.c index 759da171de..d0f43f82b9 100644 --- a/menu/menu_content.c +++ b/menu/menu_content.c @@ -259,7 +259,7 @@ static bool menu_content_find_first_core(void *data) * going to use the current core to load this. */ if (menu_label_hash == MENU_LABEL_LOAD_CONTENT) { - core_info_get_current_core((void*)&info); + core_info_get_current_core((core_info_t**)&info); if (info) { RARCH_LOG("Use the current core (%s) to load this content...\n",