diff --git a/client/CVideoHandler.h b/client/CVideoHandler.h index 2f2343ff5..a300d93b9 100644 --- a/client/CVideoHandler.h +++ b/client/CVideoHandler.h @@ -243,7 +243,7 @@ class CVideoPlayer : public IMainVideoPlayer // Destination. Either overlay or dest. #ifdef VCMI_SDL1 - SDL_Overlay overlay; + SDL_Overlay * overlay; #else SDL_Texture *texture; #endif