X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fsdl_surface_ptr.hpp;h=ac1c126a254c7710fdb39f68d3cacb92a2c40b21;hb=HEAD;hp=c58d873801ca028a24a3b09944076bed763d2fe2;hpb=53b4b4d17d7377a0aa38a1212ab1a56e207fce1c;p=supertux.git diff --git a/src/video/sdl_surface_ptr.hpp b/src/video/sdl_surface_ptr.hpp index c58d87380..ac1c126a2 100644 --- a/src/video/sdl_surface_ptr.hpp +++ b/src/video/sdl_surface_ptr.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 Ingo Ruhnke // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ public: m_surface(surface) {} - ~SDLSurfacePtr() + ~SDLSurfacePtr() { SDL_FreeSurface(m_surface); }