Use boost::shared_ptr<Surface> instead of std::auto_ptr<Surface>
[supertux.git] / src / supertux / title_screen.hpp
index 33964fa..19c66ad 100644 (file)
@@ -56,7 +56,7 @@ private:
   
 private:
   std::auto_ptr<MainMenu> main_menu;
-  std::auto_ptr<Surface> frame;
+  SurfacePtr frame;
   std::auto_ptr<CodeController> controller;
   std::auto_ptr<GameSession> titlesession;