summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/sdl/sdlimage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/sdl/sdlimage.hpp')
-rw-r--r--src/guichan/include/guichan/sdl/sdlimage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/sdl/sdlimage.hpp b/src/guichan/include/guichan/sdl/sdlimage.hpp
index cd4285346..52fb9976b 100644
--- a/src/guichan/include/guichan/sdl/sdlimage.hpp
+++ b/src/guichan/include/guichan/sdl/sdlimage.hpp
@@ -70,7 +70,7 @@ namespace gcn
* @param surface the surface from which to load.
* @param autoFree true if the surface should automatically be deleted.
*/
- SDLImage(SDL_Surface* surface, bool autoFree);
+ SDLImage(SDL_Surface *const surface, const bool autoFree);
/**
* Destructor.