Replaced std::auto_ptr<> with std::unique_ptr<>
[supertux.git] / src / supertux / world.hpp
index 596ec2c..d0dbc59 100644 (file)
@@ -64,7 +64,7 @@ private:
   HSQOBJECT world_thread;
   std::string title;
   std::string description;
-  std::auto_ptr<PlayerStatus> player_status;
+  std::unique_ptr<PlayerStatus> player_status;
 
 public:
   bool hide_from_contribs;