Replaced std::auto_ptr<> with std::unique_ptr<>
[supertux.git] / src / badguy / treewillowisp.hpp
index 05b2876..8b78856 100644 (file)
@@ -66,7 +66,7 @@ private:
   float radius;
   float speed;
 
-  std::auto_ptr<SoundSource> sound_source;
+  std::unique_ptr<SoundSource> sound_source;
   GhostTree* tree;
 
   Vector suck_target;