Fix CXX_BUILD.

This commit is contained in:
Themaister 2013-04-04 14:36:24 +02:00
parent adb4744936
commit bae11ddc24

View File

@ -2277,7 +2277,7 @@ static void gl_stop(void)
static void gl_restart(void)
{
gl_t *gl = driver.video_data;
gl_t *gl = (gl_t*)driver.video_data;
if (!gl)
return;