Use boost::shared_ptr<Surface> instead of std::auto_ptr<Surface>
authorIngo Ruhnke <grumbel@gmx.de>
Sun, 13 Dec 2009 22:11:09 +0000 (22:11 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sun, 13 Dec 2009 22:11:09 +0000 (22:11 +0000)
commite70165f7a2caf2f7234c3635b8e7d2c452c3c787
treed067a9d9a8ae9e076ba8fa3c2f44569696bf9676
parentf63a3949a8c5cf03796ab70248645123aa82f5d1
Use boost::shared_ptr<Surface> instead of std::auto_ptr<Surface>

SVN-Revision: 6206
19 files changed:
src/badguy/yeti.hpp
src/gui/menu.hpp
src/object/background.hpp
src/object/cloud_particle_system.hpp
src/object/comet_particle_system.hpp
src/object/ghost_particle_system.hpp
src/object/level_time.hpp
src/object/player.hpp
src/object/rain_particle_system.hpp
src/supertux/console.hpp
src/supertux/game_session.hpp
src/supertux/info_box.hpp
src/supertux/info_box_line.cpp
src/supertux/info_box_line.hpp
src/supertux/player_status.hpp
src/supertux/textscroller.hpp
src/supertux/title_screen.hpp
src/video/surface.cpp
src/video/surface.hpp