From f24ddad3fa0f843eb29a281426151cf1a5f31f4b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Sep 2012 23:47:11 +0300 Subject: add const to more classes, fix other small style issues. --- src/resources/sdlimagehelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/sdlimagehelper.h') diff --git a/src/resources/sdlimagehelper.h b/src/resources/sdlimagehelper.h index 995b0967e..183627435 100644 --- a/src/resources/sdlimagehelper.h +++ b/src/resources/sdlimagehelper.h @@ -78,7 +78,7 @@ class SDLImageHelper : public ImageHelper protected: /** SDL_Surface to SDL_Surface Image loader */ - Image *_SDLload(SDL_Surface *tmpImage); + Image *_SDLload(SDL_Surface *tmpImage) const; static bool mEnableAlphaCache; }; -- cgit v1.2.3-70-g09d2