From e8015f8c3d64cf7a0f2eea5f18de7763315996b1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 11 Sep 2014 18:37:20 +0200 Subject: [PATCH] (XDK) Build fix --- gfx/d3d9/d3d_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/d3d9/d3d_shared.h b/gfx/d3d9/d3d_shared.h index cd05ffd907..01e06b302e 100644 --- a/gfx/d3d9/d3d_shared.h +++ b/gfx/d3d9/d3d_shared.h @@ -14,7 +14,7 @@ static void d3d_deinit_chain(d3d_video_t *d3d); static bool d3d_init_chain(d3d_video_t *d3d, const video_info_t *video_info); -static void renderchain_free(d3d_video_t *d3d); +static void renderchain_free(void *data); static void d3d_deinit_shader(d3d_video_t *d3d); static bool d3d_init_shader(d3d_video_t *d3d);