diff --git a/basegraph.cpp b/basegraph.cpp index 27f1f73b..b37e9426 100644 --- a/basegraph.cpp +++ b/basegraph.cpp @@ -133,7 +133,7 @@ void fix_font_size(int& size) { #if !CAP_SDL2 #if HDR -typedef SDL_Surface SDL_Renderer +typedef SDL_Surface SDL_Renderer; #define srend s #endif #endif