From 6f78e11542bb091c011bcaec45319f4f482b1dbc Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 21 May 2012 20:42:26 +0000 Subject: [PATCH] - fixed compiler warning --- source/shared_lib/include/graphics/video_player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/include/graphics/video_player.h b/source/shared_lib/include/graphics/video_player.h index 03910282..2f0f2a1e 100644 --- a/source/shared_lib/include/graphics/video_player.h +++ b/source/shared_lib/include/graphics/video_player.h @@ -13,7 +13,7 @@ #include -typedef struct SDL_Surface; +struct SDL_Surface; class ctx; using namespace std;