X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscreen%2Fsurface.h;h=79899d94d74a75a0803d2a706b35ccd10636b5d1;hb=081301ec78320340bd49cd695783c5264ff2331d;hp=6fe26e33225bf49f988fb67a1e4f699e3569bf39;hpb=c79b901309bf5e0544fef1e92d264f51402f4370;p=supertux.git diff --git a/src/screen/surface.h b/src/screen/surface.h index 6fe26e332..79899d94d 100644 --- a/src/screen/surface.h +++ b/src/screen/surface.h @@ -97,7 +97,7 @@ public: Surface(SDL_Surface* surf, int use_alpha); Surface(const std::string& file, int use_alpha); Surface(const std::string& file, int x, int y, int w, int h, int use_alpha); - Surface(Color top_gradient, Color bottom_gradient, int w, int h); + Surface(Color top_gradient, Color bottom_gradient, int w_, int h_); ~Surface(); /** Reload the surface, which is necesarry in case of a mode swich */